Return type:
Access:
Applies to:
StringHelper:Create ( method-parameters )Table 128 describes the Create( ) method overloads for initializing CHARACTER values.
Create( INPUT chars AS CHARACTER EXTENT ) Create( INPUT chars AS CHARACTER,INPUT count AS INTEGER ) Create( INPUT chars AS CHARACTER EXTENT,INPUT startIndex AS INTEGER,INPUT length AS INTEGER ) The following example uses this method to initialize a CHARACTER variable with the string "AAAAAAA", and then displays the result:
USING Progress.Util.* FROM ASSEMBLY.DEFINE VARIABLE aString AS CHARACTER NO-UNDO.aString = StringHelper:Create( "A", 7 ).Display aString.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |