Returns a number representation of the specified string.
- Parameters
- StringStr
- String of characters to convert.
- Returns
- A number representing the specified string.
- Remarks
- The Val function can be used to convert variable formats.
- Example
EMReadScreen ResultStr, 2, 7, 15
x = Val(ResultStr) / 2
ResultStr = Str( x )
EMWriteScreen ResultStr, 7, 15