Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
creating text files
#1
how can i create a text file on my desktop and save it as a certain name using quick macros coding?
thanks!
#2
Read this: Read or write file

Code:
Copy      Help
str s1 = "string1"
s1.setfile("c:\test.txt")
str s2.getfile("c:\test.txt")
;now s1 and s2 are "string1"
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)