How to search for specific Line and Column to fix coding error?
Kixeu
08 Jan 2022, 21:25Error running script: Error compiling expression 'Hit the wall.': SyntaxError: Unexpected end of fileLine: 1, Column: 38
I don't know how to find this specific spot as there is no identifiable how to search the grid
Pertex
09 Jan 2022, 09:30Search for "Hit the wall" in the CodeView view. It sounds like a problem with acommand.
mrangel
09 Jan 2022, 09:53The line and column numbers are relative to the current execution pointer, so aren't useful. Searching for the code that has the error (as Pertex suggested) is a better approach.