Hi All,
i am new to j2me ,trying to do an appli in that I am read a .txt file containing 2 double numbers seperated by pipe character .
e.g
12.123456|13.123456
I want split this string and collect output in 2 diff variables in following fashion--
num1=12.123456
num2=13.123456
please help me to solve this problem......ASAP
Thanx...

Reply With Quote

