05-01-2013 11:37 AM
Solved! Go to Solution.
05-01-2013 11:48 AM - edited 05-01-2013 12:14 PM
there must be an easier way than this....
try this, rt clk constant to represent U8...
05-01-2013 12:14 PM
@shrouk'13 wrote:
So Can anyone help I need an fast answer asap !
Your question is way too ambiguous. Show us a typical string and what result you expect from it.
05-01-2013 12:48 PM
05-01-2013 12:51 PM
So typecast to U8 is the answer. I was confused since you said typecast did not work.
05-01-2013 12:59 PM
05-01-2013 01:42 PM
@shrouk'13 wrote:
.. it displayed an int from 8 numbers !
I have no idea what that means....
If you have eight characters, you can use "string to byte array" to make it into an array of eight numbers.
If you see eight numbers in the U8 indicator, adjust the display format.
...
05-01-2013 01:56 PM
05-01-2013 02:02 PM
@shrouk'13 wrote:
I made an constant 'A' to the input of the type cast but the output was 8 numbers too.
How is that ?
post your code...
05-01-2013 02:08 PM
@shrouk'13 wrote:
I made an constant 'A' to the input of the type cast but the output was 8 numbers too.
How is that ?
What did you wire to the "type input"?
What are "eight numbers"? A number with eight digits? A numeric array with 8 elements? A string with 8 numeric characters?