#1
|
|||
|
|||
Am I capturing hidden characters?
I'm using the Get command to capture a single character on screen, usually the letter "N":
Code:
x = crt.screen.get(11,68,11,68) crt.Session.SetStatusText(">" & x & "<" ) But when this should display ">N<", it shows "> (about 20 blank spaces) <" Are there some hidden characters or something that could be causing this? Last edited by ShawnVW; 07-06-2016 at 10:19 AM. |
Tags |
screen->get , vbscript |
Thread Tools | |
Display Modes | Rate This Thread |
|
|