Hi, all

    Does anyone know of a generic way of reading the values of a delineated 
list of variables from a text file and loading them into Delphi variables of 
the same name as occurs in the file? The file is structured according to the 
beginning and end of the list of variables, also known as a NAMELIST of 
variables, by begin_of_namelist and end_of_namelist tags. The entries of the 
namelist are formatted between these tags as VariableName=VariableValue, where 
VariableValue can be of any allowed type, whether primitive or user-defined, so 
long as its values can be written to a file as plain text and loaded from it 
accordingly.

This is a perenial problem for which I wonder whether generic solutions exist.

Cheers,

    Paule
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to