String composition
Posted: Sat Mar 04, 2017 5:04 pm
Hello.
How I can compose a string with single instructions like chr(num)?
Is it the following right in syntax matter?
bla = chr(65) & chr(66) & chr(67)
I was trying to pass from esp module to vb program trough UDP a string that is composed by some byte that should reflect some IO states like the following:
bla = chr(1) & chr(10) & chr(3)
but from the vb side I get only the first byte.
Thank You.
Marco.
How I can compose a string with single instructions like chr(num)?
Is it the following right in syntax matter?
bla = chr(65) & chr(66) & chr(67)
I was trying to pass from esp module to vb program trough UDP a string that is composed by some byte that should reflect some IO states like the following:
bla = chr(1) & chr(10) & chr(3)
but from the vb side I get only the first byte.
Thank You.
Marco.