Posted by Tom Fulton on January 19, 2012 at 05:33:21:
In Reply to: Re: Managed to kill IB/MTB posted by Bob A on January 18, 2012 at 07:19:28:
Ah, I see. So this code was in the declarative section and by leaving off the SET you actually had executable code in the mix. There are certain errors in the declarative section that will set off a compile error on virtually every subsequent statement - period instead of a comma, a couple of others that I don't remember.
You can have multiple sets on one line, eg:
Set I1A = 1, I1R = 2, C1A = 3, .....
That would have helped in your example.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.