ESLSTR Subroutine
Return a numeric string as a float.
call StripToFloat(NUMBERS_SV, RETURN_FV)
NUMBERS_SV
A string of numbers that you want converted.
RETURN_FV
The identifier for a float variable to hold the result of this operation.
Description
Use this subroutine to return a numeric string as a float (in RETURN_FV).
See Also
StripToFloatFunction( ) Function