HTBasic Help
×
Menu
Index

CHRX

Returns the width of a character cell.
 
 CHRX
 
Usage:
X1=CHRX
ALLOCATE INTEGER Charcell(1:CHRY,1:CHRX)
PRINT "Your Characters are ":CHRX&" Wide"
 
Example:     CHRX.BAS
 
Description:
If your computer display supports multiple display modes or fonts having different character widths, the value returned by CHRX is the width for the current display mode.
 
See Also:
CHRY, SET CHR