Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
marcel1992
Posted - 01/25/2021 : 10:00:29 AM 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
2 L A T E S T R E P L I E S (Newest First)
marcel1992
Posted - 02/19/2021 : 04:54:38 AM Hello YimingChen I tryed your idea and it works. Thanks for this.