Error type -116

Before I post the script, would anyone know offhand what error type -116 is?
I’m getting it when I test run a script in Quark 7.5.

I don’t see anything when I look here:
http://developer.apple.com/mac/library/documentation/applescript/conceptual/applescriptlangguide/reference/ASLR_error_codes.html

Wow. I can’t find anything about it. How did you get it? Show the script.

It appears to be “memSCErr” (or “Size check failed”), which occurs when there’s not enough memory available for the attempted action, such as opening a file or compiling a script.

OK. Thanks guys.