06-27-2012 12:13 PM - edited 06-27-2012 12:14 PM
Hi all,
is there any other more "elegant"(without stringsubset) way to do next thing (I need miliseconds !!!):
Solved! Go to Solution.
06-27-2012 12:37 PM
Cue the Regular Expression heroes. Unfortunately, I'm not one of them. That's one thing I need to study up on.
06-27-2012 01:01 PM
Use the Search/Split String function. Only need 1. Just wire the 10 into the "offset" input.
06-28-2012 02:04 AM
Well, since you asked. You could use ".*(\.\d+)" as the regular expression.
06-28-2012 02:29 AM - edited 06-28-2012 02:31 AM