Error Messages/43612
Error Message
- SysVar Sys_FoundSet requires a list or set of handles, but the value assigned is not a list, nor a set (i.e., a reference to a list of handles).
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