Related: in OptoScript, if you want to have an invisible space (vs. the “—” you get for an empty string), you can use code like this:
sEmptyLooking = chr( 0x7F );
Related: in OptoScript, if you want to have an invisible space (vs. the “—” you get for an empty string), you can use code like this:
sEmptyLooking = chr( 0x7F );