[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
IniWrite()
Writes to disk a configuration file .INI
Syntax:
IniWrite( aIniFile, cFile, cAppl ) -> Nil
aIniFile : An array with the information in the .INI file
cFile : File to create
cAppl : Application 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 if this is necessary.
Return:
Nothing.
Example:
IniWrite ( aIniFile, "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