Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for a file in directory
#12
Most File functions throw error if failed.
But normally there is no reason why Write() could fail.

Macro Macro1448
Code:
Copy      Help
File f.Open("$Desktop$\Document.txt" "w+")

rep
,f.Write("line1[]line2[]line3[]")
,err break
,_i+1
,if(_i>100) break


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)