Breaking Ints into Sints and Casting Them as Strings

Looks like I gave you guys a dangerous tool. Let me try to make it a bit safer for you:
Put this in your global script library under a module called “char”

def toChar(x): return chr(max(32, min(126, x>>8))) + chr(max(32, min(126, x&0x00FF)))
And then use expression bindings like this:

runScript("app.char.toChar("+{MyTag}+")")

Sorry for the issues. You can export and email to me any windows that got corrupted, and I can fix them for you.