02-06-2012 07:31 AM
Hello,
i have lines containing numbers looking like this : \s\s\s1025.205\s\s\s-0.002\s\s\s520.125\s\s\s0.001\s\s\s\s
number of \s to separate is not constant
which expression can i use to obtain numbers between "\s"
Regards
Tinnitus
Solved! Go to Solution.
02-06-2012 07:40 AM
This worked for me
02-06-2012 07:50 AM
thanks
how can i add the sign ?
Tinnitus
02-06-2012 07:52 AM
@tinnitus wrote:
thanks
how can i add the sign ?
Tinnitus
I do not understand your question?
Do you just want to add it to the result? If so just concatinat the result and the ?
02-06-2012 07:56 AM
Sorry,
with this regexp did you recover the minus of -0.002 for exemple ?
02-06-2012 08:12 AM
This one works sorry I did not notice that.
02-06-2012 08:29 AM
02-06-2012 09:48 AM
Presuming that you would want to perform some mathematical operations on the values, you may want to consider using "Scan from String"