K
kronecker
I have a Hex number say AEFF that I need as a string for the serial
port. How to convert it?
Will (strCmd isa string)
strCmd=&AEFF
do the job or is it
strCmd="&AEFF"
or
strCmd=Cstr("&AEFF")
Also to do similar from binary is it
strCmd="10101011101011" etc
?
Thanks
K.
port. How to convert it?
Will (strCmd isa string)
strCmd=&AEFF
do the job or is it
strCmd="&AEFF"
or
strCmd=Cstr("&AEFF")
Also to do similar from binary is it
strCmd="10101011101011" etc
?
Thanks
K.