FUNCTION xpfStringToInteger(aString : STRING) anInteger : INTEGER;
The function xpfStringToInteger converts a given number from its STRING representation, aString, to its INTEGER value, anInteger.
Arguments
Type | Name | Comment |
STRING | aString | A number representation |
Return Value
Type | Name | Comment |
INTEGER | anInteger | The given string value as an INTEGER |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.