SetProfileVarchar Method
The SetProfileVarchar method adds or updates the section and/or entry.
This method has the following syntax:
integer = ProfileObject.GetProfileVarchar(Section = varchar(100),
Keyword = varchar(100), Entry = varchar(100) not null)
If the method succeeds, it returns ER_OK; if not, it returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in
Error Codes (see
Error Codes).