Error Messages/43612

< Error Messages
Revision as of 18:11, 7 June 2017 by Lchrisman (talk | contribs) (updated text of error message)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


You are not allowed to post comments.