Documentation / Publications Error
On page 4-36 of the Claris Resolve Functions and Scripts Manual (U91-614-003A), there is an example explaining one of the ways to execute a custom function:
" Min (100,CalculateIndex())
If the custom function has been defined in a script attached to a worksheet
other than the current worksheet, you must use the following format to
execute the custom function:
Worksheet:FunctionName"
This excerpt implies that you do not need to specify the worksheet name if the custom function is defined in the current worksheet. This is incorrect. A custom function must always use the specified format (Worksheet:FunctionName or ScriptName:FunctionName) even if it is defined in the worksheet script of the worksheet in which it is used.