Hi,
I'm using processing to establish a real time moitor. All is good except I want the option to write a data log file. I open and write file name into the file, close file but do not know how to reopen it for aditional writes. I attached a draw loop where I commented out lines where I got exception: local variable "out" not initialized.
"out is the write file name initially created with createWwrite(log_file), log_file is a String pointing to file.
Thanks,
Keith