MSIR.0761 ($function) not callable

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "The indicated $function as invoked as an explicit or implicit Call, but the $function is not callable.<pre> An explicit call is one where the $function name is preceded with the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The indicated $function as invoked as an explicit or implicit Call, but the $function is not callable.

 An explicit call is one where the $function name is preceded with the <tt>Call</tt> statement:<pre> call $listAdd('Whatever')
 An implicit call is one where the $function invocation is the only thing in a statement:<pre> $listAdd('Whatever')
See the Sirius Functions Reference Manual for details on which $functions are callable and which ones aren't. Note that the only non-Sirius $functions that are callable are $setg and $delg. Since $function callability was only introduced in Sirius Mods Version 6.5, not all $functions for which callability might make sense are defined as callable. If there are $functions which you feel would be useful to be callable but aren't, currently, make this suggestion to Sirius Software technical support.