[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
IniWrite()
Writes to disk a configuration file .INI
Syntax:
IniWrite( cFile, cAppl ) -> Nil
cFile : File to create
cAppl : Aplication name
Description:
Creates a file with the existing setup information. The name
of the application will be placed on the first line of the
file to be recognized if it would be necessary.
Return:
Nothing.
Example:
cValue := IniWrite ( "Fast.Ini", "MARKET" )
See Also:
IniSearch()
IniSave()
IniLoad()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson