02-22-2012 04:48 AM
02-22-2012 04:50 AM
02-22-2012 05:26 AM
Thanks jcarmody this seems to work!
Thanks everyone for yall input also!
02-22-2012 08:10 AM
One last question
04,05,08,,,,,,2.5,1.3,2.1*E
If i only wanted to display the 2.5 which also will be updating/changing how would i alter what you post inorder to make this work? Also it may not always be in the same position at all times but it would always be after the whole numbers. for example
08,,2.5,1.3,2.1*E
02-22-2012 09:12 AM
02-22-2012 10:00 AM
Thank you very much!
02-22-2012 12:55 PM
sorry I thought this was finished but a new issue came up I can not fix.
The example below the 2.5,1.3,2.1 will always come after the whole number.
The numbers before will be randomly generated and a double comma may come before the end of the whole numbers.
Sorry for the confusion but I didn't notice this case until after running the program several times
example
04,05,08,,10,11,,2.5,1.3,2.1*E
need to extract
04
05
08
10
11
I was able to get 04,05,08 with your first example by searching for the first 2 commas.
but as these numbers were randomly generated not all the time the first 2 commas are the end of the the array of numbers I was trying to get.
here is another example
04,05,08,,,,,11,15,18,2.5,1.3,2.1*E
Need to extract
04
05
08
11
15
18
02-23-2012 05:33 AM
02-23-2012 06:28 AM
Thanks jcarmody you have been really helpful.
Appreciate it!
02-23-2012 07:14 AM