Error Messages/40679
< Error Messages
Revision as of 01:19, 22 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In call to function Expecting_handle, the second parameter, y, should evaluate to a handle. = Cause = You are passing a non handle as a parameter t…')
Error Message Examples
In call to function Expecting_handle, the second parameter, y, should evaluate to a handle.
Cause
You are passing a non handle as a parameter to a function that is expecting the parameter to be a handle.
The following function expects the second parameter, y, to be a handle and throws this error when a non handle is passed to the function.
Function Expecting_handle( x: positive; y: handle )
Remedies
Correct the parameter passed to the function to be a handle.
Comments
<comments />
Enable comment auto-refresher