Hi, I need some help with exporting values to a .txt file. I need to be able to export ( name, x, y , z , 1). X Y Z are being calculated in a for loop so I would need to write into the text time every time the calculation is done until the loop is done. I am clueless on how to do this. Does anyone have sample code that illustrates something like this?
Thanks!