10-30-2017 04:16 AM
hi,
i have attached actual vi kindly go through that and suggest me for the same.
10-30-2017 05:16 AM - edited 10-30-2017 05:22 AM
I did some tests, a combination of "Search/Split String" as already suggested by me earlier and a case structure that calls the "remove white-space" only in case of a match is the fastest I found so far.
EDIT: Match Pattern and/or Match regular expression should always be slower than "Split String", as long as you are looking for the exact match at the beginning of a string.
Regards, Jens
10-30-2017 05:20 AM
I'm assuming that there are no StringName:string element with no preceding Option element. In this case, when you find a StringName you can jump two places foreword.
10-30-2017 05:21 AM
Thank you for your suggestion .. hope it may use full for me.