I've been trying to get the value from XSCREEN to put into a variable, but nothing seems to work. This is what I'm getting (comments are the output):
XSCREEN OUT A 'Illegal function call(XSCREEN) XSCREEN 4 A = XSCREEN PRINT A '0As you can see, the variable A should be 4, but it stays as 0 for some reason. Is there another way to get the current screen mode, or is it not possible to do this?