Language Reference Guide : B. Dedicated User Classes for .INI File Support : ProfileObject User Class : SetProfileVarchar Method
 
Share this page                  
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.