Origin Ver. and Service Release (Select Help-->About Origin): 8G.0.63.988 SR6 Operating System: XP Prof SP3
Hello, I'm working on a LabTalk script which is working fine with Origin 7.5 but not with Origin 8. The ASCII Import with open -w is working in Origin 7.5 but in Origin 8 it only works when I manually change the numeric separator in my ASCII file from . to , (1.435-->1,435). Is there a way to change an option to fix it with the open function? Would be easier then using impasc...
Sorry, we will check why this has happened as soon as possible. Currently, you could use the impASC function to import file without any problem. For example, if you have a file in the C disk, you can simply import the file using
impASC C:\TestOrigin8G.dat;
For more details about the function, please refer to