
Originally Posted by
l_gaminde
Yes on the wrong forum it is data from a Pic
Text1.Text = byte1 & byte2 & byte3
adding vbcrlf or chr(13) or chr(10) has no effect on text box
if I do
text1.text = " I feel like " vbcrlf will go to the next line
but variables will not
Try it like this
Text1.Text = byte1 & vbcrlf & byte2 & vbcrlf & byte3
"No one is completely worthless. They can always serve as a bad example."
Anonymous
Bookmarks