MSIR.0444 Invalid (func) argument ''(value)', request cancelled

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "An invalid value ''''value'''' was passed to function ''''func''''. This could be a negative value passed to a $LOG type functions or an impossibly large exponent for a $EXP func...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An invalid value 'value' was passed to function 'func'. This could be a negative value passed to a $LOG type functions or an impossibly large exponent for a $EXP function. Correct the $function call, perhaps adding code to test for invalid values.