B4R Question "vbCr" from Visual Basic in B4R?

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends, please for advice,

I am reconstructing visual basic code to B4R and in VB I have sent the string:
serialPort1.WriteLine(ComboBox1.Text & "=" & WriteDevice.Text & vbCr)

I am doing that right for B4R in this way:
B4X:
astream.Write(Array As Byte("NAME=MYDEV1",13))
Is it B4R correct, please?

Thank you very much
Berst regards
p4ppc
 

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear XORandOR,

your help is big help for me, thank you very much - solved,

Best regards

p4ppc


 
Upvote 0
Top