Hi
I have a table in dbf format and I want to read in the values as constants in my program written in FoxPro. My table of constants looks like
Constants.dbf
--------------------------------
Con1 Con2 Con3
0.235 1.422 3445
And I want 0.235 to be used in my program as a named constant "IamAconstant"
help.... (not feeling to big about this query.... ) :o
I have a table in dbf format and I want to read in the values as constants in my program written in FoxPro. My table of constants looks like
Constants.dbf
--------------------------------
Con1 Con2 Con3
0.235 1.422 3445
And I want 0.235 to be used in my program as a named constant "IamAconstant"
help.... (not feeling to big about this query.... ) :o