Please enable JavaScript to view this site.

ESL Documentation

ESLSTR Subroutine

Return a numeric string as an integer.

call StripToInteger(NUMBERS_SV, RETURN_IV)

NUMBERS_SV

A string of numbers that you want converted.

RETURN_IV

The identifier for an integer variable to hold the result of this operation.

Description

Use this subroutine to return a numeric string as an integer (in RETURN_IV).

See Also

StripToIntegerFunction( ) Function