FileWrite() problem

 

I wrote some code for this guy, it writes code to a file. example:

FileWrite(handle, Minute());

but he says he doesn't want access every tick but by interval. Is there a way to specify how often something is written to a file within start()?

 
use Time[] or iTime()
 
qjol:
use Time[] or iTime()

Ok thanks for the tip.