scalar bool array string 0xfcffffef

From Bohemia Interactive Community
Revision as of 22:05, 9 December 2006 by Str (talk | contribs) (Not in ArmA)
Jump to navigation Jump to search

If variables don't exist, their value as string is generally a "scalar bool array string 0xfcffffef" error.


Compatibility:

Version OFP 1.96


Examples:

hint format ["%1", undefined_variable]

hint (if (format ["%1", undefined_variable] == "scalar bool array string 0xfcffffef") then [{"Variable undefined"},{"Variable already defined"}])