StrU()

Syntax

Result$ = StrU(Value, Type)

Description

Convert a unsigned numeric number into a string.

The following 'Type' are available:
  #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 

Supported OS

Windows, AmigaOS, Linux

String - Index