HTBasic Help
×
Menu
Index

SBYTE

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