gzorzi
Junior Member level 1
PicBasic question
I have a numeric variables and I want convert it on string variable or concatenate variable.
How do I do it ?
example
a var byte
b var byte
c var word
a=$44
b=$33
concatenate
c=$4433
or string variable
c="4433"
Thanks
I have a numeric variables and I want convert it on string variable or concatenate variable.
How do I do it ?
example
a var byte
b var byte
c var word
a=$44
b=$33
concatenate
c=$4433
or string variable
c="4433"
Thanks