To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
FBYTE - Checks for first byte of a two byte character.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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:
CVT$
,
SBYTE