OWBasic for Pocketviewer

Home INTRO Group SFUNC Alphabetical Index

CHAR&(i%)
CHAR(i%)

Returns the character that belongs to the ASCII number i. This function is more efficient than CHR() because it only changes the expression datatype to char instead of calling a function.

Home INTRO Group SFUNC Alphabetical Index