C 
		
								
				
				
			
		cmdolcet69
I am using the following to gwt the return value from the serial port
"mabtRxBuf"
I declare my STRdata as a global string and when the code is executed
I get the following for the STRdata
STRdata = "0.10[]" how can i get rid of the [] in my string?
Dim enc As New System.Text.ASCIIEncoding
STRdata = enc.GetString(mabtRxBuf)
				
			"mabtRxBuf"
I declare my STRdata as a global string and when the code is executed
I get the following for the STRdata
STRdata = "0.10[]" how can i get rid of the [] in my string?
Dim enc As New System.Text.ASCIIEncoding
STRdata = enc.GetString(mabtRxBuf)
