scalar bool array string 0xfcffffef: Difference between revisions
Jump to navigation
Jump to search
m (Not in ArmA) |
m (+ link to ArmA version) |
||
Line 6: | Line 6: | ||
Version [[OFP]] '''1.96''' | Version [[OFP]] '''1.96''' | ||
''For ArmA version, see [[scalar bool array string 0xe0ffffef]].'' | |||
Revision as of 21:47, 13 February 2007
If variables don't exist, their value as string is generally a "scalar bool array string 0xfcffffef" error.
Compatibility:
Version OFP 1.96
For ArmA version, see scalar bool array string 0xe0ffffef.
Examples:
hint format ["%1", undefined_variable]
hint (if (format ["%1", undefined_variable] == "scalar bool array string 0xfcffffef") then [{"Variable undefined"},{"Variable already defined"}])