07-31-2006 08:34 AM
07-31-2006 08:51 AM
07-31-2006 08:58 AM
07-31-2006 09:00 AM - edited 07-31-2006 09:00 AM
Your problem is the fact that you are converting it to an integer, thus loosing the fractional part. You need to use "Fract/Exp String To Number" instead and create a DBL so yor data is 23.3 instead of 23.
You also don't need to manipulate the string if the initial part is of constant lenght. Just use the offset input as in the figure below. 😄
Message Edited by altenbach on 07-31-2006 07:02 AM
08-01-2006 08:19 AM