Thanks! That fixed it.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuUndefined symbols for architecture armv7:
"__GLBASIC__::ALLOWESCAPE(int)"
"__GLBASIC__::SETFONT(int, float)"
DEBUG "[" + FORMAT$(1, 0, 0) + "]\n" // Incorrectly outputs [ ]
DEBUG "[" + FORMAT$(1, 0, 1) + "]\n" // Correctly outputs [1]
DEBUG "[" + FORMAT$(1, 1, 0) + "]\n" // Correctly outputs [0]