Re-using Calculated Export Field


BallardHill

Recommended Posts

You should just use variables to calculate everything then run the export set on the results.  Then also you can address your other issue in your other post where the time stamp is wrong.  In fact, for total control, just use the low level File. functions to write your own file.  You can put all your data into a 2D array with timestamp and use writedelim() to write the whole thing in one go.  Through in the open() and close() and it is 3 lines of script to write the data.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.