I’m looking at trying to fix something in a very old VBScript, and I’m trying to use something I’ve ever actually used before–the actual Debugger. And I try to use it and it gives a compilation error… the script “runs” I’m trying to fix a problem with very specific input, that doesn’t make sense… are there any known issues with things the debugger doesn’t like? The error is thrown in the vicinity of a class definition… I’m about to just bin it and move to Python…
Without knowing the precise error message and without the script that will be hard to answer.
That being said I’d personally rewrite it in another language. You could also run it through ChatGPT, which is generally quite good at explaining errors and translating
Yeah it might be easier to just redo it in Python…though I’m having to target Rhino 6 for it…that won’t have any weird quirks will it…? I’ll give the magic genie a few tries first…