Next: processMsg
Up: Methods
Previous: readProfile
Contents
writeProfile
Description
Writes the specified value into the specified section of the application's
registry or .INI file.
Syntax
writeProfile(section, entry, value)
Parameters
- section
- A string specifies the section containing the entry
- entry
- A string that contains the entry whose value is to be written.
- value
- A string contains the value to be written
Returns
Nothing.
Example
writeProfile("score", "Mary", "100");
Copyright ©2000-2007 Shanghai TopCMM Software Technologies. All Rights Reserved.