hi kambiz,
thanks for your great support in writing the code for my application.. now, iam developing the code to create a file in ascii format from a already stored recored.. the file should be look like a table.. name, decription, quantity like this, there much be around 1000 to some ten thousand elements set in the record.. the problem i am facing is to set the space constraints between the two variable while writing..
for ex i am writing the one line of the ouptu file in normal format..
- Code: Select all
Si.No---Name------Xvalue----------Yvalue-----------Yunit------Time
1.-------Grid--------0.001254896---180.1245698----Watts-----20/2/2007
like this the line(--- space tabs) should be of aligned as a uniform column. the problem is some data is having 4 decimal values and some other is having 12 decimal values.. i am facing problem in using character strings(#13) that i tried.
please give some suggestions to solve this.. i tried in help also but finding any good solutions..
//EDIT by J_B: use the code Luke! And whatever browser you use, make sure it has Dictionary... I won't fix it for you.