The GET$(x,y) function in Agon BASIC does not always return the actual ASCII character currently being displayed on the text screen at position (X,Y). Oftentimes it returns the space character (ASCII 32) instead.
Attached is a .BAS program which demonstrates the issue.
TESTGETDOLLAR.zip
The
GET$(x,y)function in Agon BASIC does not always return the actual ASCII character currently being displayed on the text screen at position (X,Y). Oftentimes it returns the space character (ASCII 32) instead.Attached is a .BAS program which demonstrates the issue.
TESTGETDOLLAR.zip