H
Hector
I am trying to add an item to the list box but it displays something
different.
signal = "\n01\0OKAY\0@\r"
lbSignals.Items.Add(signal.ToString());
but it shows "[]01" - somthing like that.
I need it to display what the exact value is?
Is the "\n" thowing it off ?
Thanks
Hector
different.
signal = "\n01\0OKAY\0@\r"
lbSignals.Items.Add(signal.ToString());
but it shows "[]01" - somthing like that.
I need it to display what the exact value is?
Is the "\n" thowing it off ?
Thanks
Hector