There must be a command for this function, but I just dont' know the
it??????
Greetings
Leif Holm
Denmark
Email: leif...@get2net.dk
Leif Holm wrote in message <5SNI2.117$Ez6...@news.get2net.dk>...
>Ho is it possible to create a variable in an ini file or the config.fpw
>file, and afterwards use this variable anywhere in my program.
>
>There must be a command for this function, but I just dont' know the
>it??????
VFP ships with a prg called Registry.prg, which has Methods to Read and
Write to an INI file. Once you read a value from the file. You can store it
to a Property or memvar.
Best regards,
Tom
Rick
Tom Piper wrote in message ...
Just to be clear: As I said, Registry.prg also contains classes which read
and write INI files. IMHO, there are several good reasons to continue to use
INI files, even in VFP5 and VFP6.
Best regards,
Tom
Rick Bean wrote in message ...