Hi
i want to read the colon separated values from a file as given below.
Name : VIjay
city : XYZ
Address : ABC
etc
etc
.
.
these are the entries in a file and i want to read and save the name and age ie,vijay, XYZ etc etc in separate variables. i want all the string values, if more ,in the separate variable or in an array .
plz help me to solve that.