Mike Buess
USA
3037 Posts |
Posted - 05/28/2002 : 4:28:00 PM
|
If I understand correctly, when you import the data to Origin it ends up in a single column with alternating data and time stamp values. If you imported the file to column A you can use this LabTalk command...
copy -u col(A) col(B) col(C);
to copy the data values to column B and the time stamps to column C.
Mike Buess Origin WebRing Member |
 |
|