scalar bool array string 0xe0ffffef

From Bohemia Interactive Community
Revision as of 14:22, 15 July 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Compatibility:

Version ArmA: Armed Assault 1.00


Examples:

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