Hello DOJO
Is there a way to convert a string value, that represent an integer value, to an integer ?
I am trying to draw a shape that dynamically displays the value of a storage, with a min/max limit, but the storage format value is like this : "48375429 Frames"
Protocol is coded like this
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<LengthType>next param</LengthType>
<Type>double</Type>
</Interprete>
Thank you Miguel
It's not display side I have a problem, but I need to get the integer value to draw a shape like this :
Hi Joel, in that case it’s indeed best to follow the method proposed by Mieke.
If it’s a Skyline driver it’s best to request an official protocol change, so that we convert it to a numeric value.