Hi
I have 4 ListBoxes I am using to configure a comm port the first one selects the speed "9600" the second selects number of data bits "8" the third selects parity "N" and the forth selects number of stop bits "1". Ok here is my question, I need to display all 4 text variables in a single TextBox in the following way "9600,8,N,1" how can I append all of the variables together and comma delimit them?
Thanks for you help.
Randy
I have 4 ListBoxes I am using to configure a comm port the first one selects the speed "9600" the second selects number of data bits "8" the third selects parity "N" and the forth selects number of stop bits "1". Ok here is my question, I need to display all 4 text variables in a single TextBox in the following way "9600,8,N,1" how can I append all of the variables together and comma delimit them?
Thanks for you help.
Randy