![]() |
#4
|
|||
|
|||
Vizard does not perform any automatic file saving. You are probably creating a file somewhere in your script and writing data to it. If you want to flag an event then you can do something like this:
Code:
tracking_data.write('*** FLAG: reached A\n') |
|
|