11-14-2013 11:39 AM
Does there exist a way to convert the string "1ms" into the number 0.001? Same with the µ (micro), k (kilo), M (mega) and any other metric symbols? I can do this manually no problem but I thought someone may have done this already. Thanks.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
Solved! Go to Solution.
11-14-2013 11:53 AM
11-14-2013 12:17 PM
try that one with '1ms' as the input as the original post stated.
11-14-2013 12:19 PM
Yes there is a limitation, Nothing a regex can't handle.
11-14-2013 01:23 PM
@Darin.K wrote:
try that one with '1ms' as the input as the original post stated.
Yes I noticed that right away but in this case I can simply the last char. Glad it is so simple.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-14-2013 02:25 PM
@Darin.K wrote:
try that one with '1ms' as the input as the original post stated.
It will be easy as soon as NI fixes CAR 425562... I've ran into this enough times. I ended up putting in spaces between the prefix and the unit to get the Scan From String to work properly.