Re: Error capturing
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I was wrong about scriptcallstack. There is no off by 1 error in the line number versus script name. I got confused because the line number precedes the script name and also because I initially did not take the time to separate the lines. Using this code instead made it clear for each line l in scriptcallstack win.debug(l) endfor There should, however, be a blank between script file name and function name within the script file. I'll add that in next version.