-->
Page 2 of 2

Re: chr(0) is a string

PostPosted: Sat May 28, 2016 12:44 pm
by jlbachiochi
Oh no, this is a show stopper for me! Wait, how can any binary exchanges take place?

Re: chr(0) is a string

PostPosted: Sun May 29, 2016 4:47 pm
by cicciocb
Latest version published by Mike today contains a fix permitting to use chr(0).
It's now possible :
a = chr(0)
serialprint a
a = chr(0) & chr(1) & chr(0) & chr(1) & chr(0)
serialprint a