01-29-2009, 02:58 PM
I have n lines. I want to get data seperated by spaces (not fixed) into array. eg "Hello How Are You 1.50 19 0.35" should give Hello, How, Are, You, 1.50, 19, 0.35
I tried tok it works fine for string but when there is double/decimal values it show integer of first and second part.
I tried tok it works fine for string but when there is double/decimal values it show integer of first and second part.