// FILENAME WILL LOOK LIKE ES-MM-DD-YYYY.txt
Log1 = sym+"-"+ my_month + "-" + my_day + "-" + my_year+".txt";
f1 = new File(Log1); // PUT IT IN FORMULA OUTPUT
f1.open("a+");
Also, there are formula example of how to use this in your local formula's directory. I think it is under "other", but I don't have eSignal running where I am right now to verify.
Comment