I know that I can use "Location" to move my cursor to any row and column on the screen so that I can display characters in specific locations. However, once I move to a particular location, is there any way that I can somehow retrieve the current character at that location?
Failing that, is there a way that I can simply dump the entire contents of the QB64 program screen to a text file? If so, I can then simply parse that text file to find what characters are in various spots.