Str

Returns a string representation of the specified value.

Parameters:

ValueVal  -  Number to convert.

Returns:

An array of characters that represent the number.

Remarks:

The Str 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