Where do I find compile errors for XojoScript? I see the scripting errors section but the error numbers do not go up to 196. I am getting error 196?
Thanks
Where do I find compile errors for XojoScript? I see the scripting errors section but the error numbers do not go up to 196. I am getting error 196?
Thanks
I posted two replies, but they are not showing. I posted a rather long method, maybe that is the problem… So…
You can get error details from: http://documentation.xojo.com/index.php/XojoScript.Errors
and here is a github gist for the method I was speaking about:
It converts an error code into a usable string, helpful for reporting errors to your users.
[quote=195767:@Jeremy Cowgar]I posted two replies, but they are not showing. I posted a rather long method, maybe that is the problem… So…
You can get error details from: http://documentation.xojo.com/index.php/XojoScript.Errors
and here is a github gist for the method I was speaking about:
It converts an error code into a usable string, helpful for reporting errors to your users.[/quote]
This is the IDE script btw so I don’t believe I have control over error reporting. Thanks
Maybe post your script?
IDE Script <> XojoScript.
Not true
IDE scripting IS Xojo Script just it has a special context so aspects of the IDE are exposed to it
True but I never said this wasn’t an IDE script. I presume the compile error is directly related to XojoScript. Thanks
196 looks like missing argument
[quote=195821:@Norman Palardy]updated the online reference
http://documentation.xojo.com/index.php/Scripting_Errors[/quote]
Thanks