You should remove PRINT XSCREEN, since XSCREEN is an instruction (and has no return values). Trying to print an instruction with no return values just prints 0. Also, you should remove all those PRINT "" since they serve absolutely no purpose.