Language Reference Guide : 4. System Classes : StringObject Class : LoadLong Method
 
Share this page                  
LoadLong Method
The LoadLong method loads the object with the data contained within a LongVcharObject or LongByteObject.
This method has the following syntax:
integer = StringObject.LoadLong(object = Object);
This method has the following parameter:
object
(Required) Specifies the object from which this object's data will be loaded
This method returns ER_OK if successful. If any errors occur, the method returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in Error Codes.