Posted by Barbara Brazil on September 20, 2017 at 15:05:00:
In Reply to: Re: NOEXCP posted by Barbara Brazil on September 20, 2017 at 12:49:27:
I'm beginning to understand why NOEXCP doesn't work on FIRST, LAST, etc. The difference between these and the statements that do support it is that they are not statements. They are functions in an expression. When the NOEXCP is scanned, the compiler automatically generates an EXCP branch to the next statement. This works because the NOEXCP will always be the last thing in that statement. The address of the next statement follows directly. When you're in the middle of an expression you don't know where the next statement is. The expression could have many operands. So the good news is: the documentation was correct! :-)
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.