Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 2021 9.8.0.200 Operating System: Windows 10
Hello together, I have measurement data where I need to use multiple delimiters to extract the full data. I thought with following labtalk it should run but it doesn't: impASC fname:=.... Options.FileStruct.DataStruct:=2 Options.FileStruct.MultipleDelimiters:=;| I think the problem is how to write the both delimiters together. First delimiter is semicolon and the 2nd delimiter is pipe. I tried to use a string where I put both signs together but this is not better. How is the correct form to tell labtalk I like theese both delimiters? Thanks in Advance