Was this helpful?
SetProfileVarchar Method
The SetProfileVarchar method adds or updates the section and/or entry.
This method has the following syntax:
integer = ProfileObject.SetProfileVarchar(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.
Last modified date: 12/20/2023