|
| KiXtart Command Reference |
WRITEPROFILESTRINGactionCopies a string to an initialization file. syntaxWRITEPROFILESTRING ("file name", "section", "key", "string") parametersFile name String identifying the initialization file. Section String containing the name of the section of the initialization file where string is copied. If the section does not exist, it is created. The section name is not case-sensitive, and can contain any combination of uppercase and lowercase letters. Key String containing the name of the key to associate with string. If the key does not exist in the specified section, it is created. If this parameter is empty, the entire section, including all entries within the section, is deleted. String String to write to the file. If this parameter is empty, the key identified by key is deleted. noteOn Windows 9x, use of the tab character (\t) is not supported as part of this parameter. remarksThis function is provided for compatibility with 16-bit Windows-based applications. Win32-based applications store initialization information in the registry. returns
|