View previous topic :: View next topic |
Author |
Message |
geicsge Newbie
Joined: 27 Feb 2009 Posts: 19
|
Posted: Wed Dec 12, 2012 10:06 am Post subject: printable chars |
|
|
Code: | %a =@chr(16)@chr(16)@chr(16)@chr(16)
info @len(%a)
if %a
info OK
else
info BUG?
end |
|
|
Back to top |
|
|
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Wed Dec 12, 2012 5:42 pm Post subject: |
|
|
I never noticed this before. I even tossed in a @chr(32) and that didn't make it show either. replaced the the 32 with a 145 and that did work. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
Back to top |
|
|
geicsge Newbie
Joined: 27 Feb 2009 Posts: 19
|
Posted: Fri Dec 14, 2012 1:47 am Post subject: |
|
|
My solution:
if @not(@null(%a)) |
|
Back to top |
|
|
|