Error Messages/43612
< Error Messages
Revision as of 21:36, 17 April 2017 by Lchrisman (talk | contribs) (Created page with "== Error Message == ::SysVar Sys_FoundSet requires a list of handles, but the value assigned is not a list, not a handle. == Description == You have assigned a valu...")
Error Message
- SysVar Sys_FoundSet requires a list of handles, but the value assigned is not a list, not a handle.
Description
You have assigned a value to Sys_FoundSet, possibly in a button's OnClick event, but the think you are assigning is not an acceptable value. You can assign a list of handles to objects, or a set of handles (a set is a reference to a list), or you can assign Null if you want to clear the found set. You cannot assign text values, numbers, something other than a list or set, etc.
See Also
Comments
Enable comment auto-refresher