MSIR.0444 Invalid (func) argument ''(value)', request cancelled: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

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.