ya, now it saves a text file.
but why are the file contents as such
Code:
[mydata]
type=string
value=abcdefghijklmnopqrstuvwxyz
why not just
Code:
abcdefghijklmnopqrstuvwxyz
and if the sting is as follows
mydata = "abcd efghi jklm nopqrst uvwxyz";
the output is
Code:
[mydata]
type=string
value=abcd%20efghi%20jklm%20nopqrst%20uvwxyz
??????????
and one more thing, is it possible to create an MS Excel file. if yes, pl guide how to.
thanks