aus einem byte machst du folgendermassen ein string:
dim text as string*1
dim x as byte
text = str(x)
veschiedene strings können wie folgt aneinandergeknüft werden:
dim text as string*5
dim text2 as string*10
text = "Hallo"
text2=text + "Tobias"
gruss bluesmash
Lesezeichen