...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|