Thread: save a file
View Single Post
  #3 (permalink)  
Old 10-19-2004, 07:30 AM
little_johny little_johny is offline
Member
 
Join Date: Oct 2004
Posts: 53
Default Re:save a file

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




Reply With Quote