hai all, I am writing script for importing and converting text files into required format(i.e: almost equal to excel worksheet).I am new to this origin programming,so i don't know how to import the text files. Can anyone help me in this regard by sending example code for this? Thank You, Blank.
Depends on what version of Origin you have. If you have Origin or OriginPro version 7, then the best option could be to use the file and stdio file classes under Origin C programming. You can look at the help files for Origin C language reference, and at some samples in the product such as under \Samples\Programming subfolder.
If you are using a version prior to 7, you could find simple LabTalk script examples in our Knowldege Base. For advanced file access using LabTalk script, OriginPro offers the File Utilites Module (FUM). Documentation on the FUM can be found in the OriginPro (printed) manual.