HTBasic Help
×
Menu
Index

FBYTE

Checks for first byte of a two byte character.
 
 FBYTE( string )
 
Usage:
PRINT FBYTE(A$)
IF FBYTE(A$[I]) THEN PRINT "Two Bytes"
 
Description:
FBYTE is used with SBYTE to determine whether a character is one or two bytes long. FBYTE returns a one if the first byte of the string argument is in the valid range for the first byte of a two byte character.
 
See Also: