Dear Erel
i am trying to make an application which needs the following data, the data is in a tab delimited text file, i need to pick up this data in an array (or let me know if there is a better option) and use it for further calculation purpose, please let me know if there is a code snippet already available for this type of work. The text file is like this
city longitude time zone
abu dhabi 54 +4
lahore 74 +5
london -.106 0
and so on...
I hope you understand the issue.
i am trying to make an application which needs the following data, the data is in a tab delimited text file, i need to pick up this data in an array (or let me know if there is a better option) and use it for further calculation purpose, please let me know if there is a code snippet already available for this type of work. The text file is like this
city longitude time zone
abu dhabi 54 +4
lahore 74 +5
london -.106 0
and so on...
I hope you understand the issue.