StrU()

Syntax

Result$ = StrU(Value, Type)
Description
Convert an unsigned numeric number into a string.

'Type' can be:
  #Byte: The value is a byte number, ranging from 0 to 255
  #Word: The value is a word number, ranging from 0 to 65536
  #Long: The value is a long number, ranging from 0 to 4294967296
Note: Signed integer numbers must be converted with Str() and float numbers with StrF().

Supported OS

All

<- StrF() - String Index - StringField() ->