I am new to VB and i am having a difficult time with converting a string to a double. The reason i need to do this is because I am reading and writing to a motion controller via my RS 232 port. The data i recieve in has some characters and numbers which i need to extract The following is an example of the data string:
BufferIn = "3.234<"
I need to set the Double Variable to equal 3.234 and drop the extra characters. Any Ideas about how to do this?
BufferIn = "3.234<"
I need to set the Double Variable to equal 3.234 and drop the extra characters. Any Ideas about how to do this?