Stefan3737
2016-08-24 21:36:01 UTC
Hello everybody,
i have a little problem here with the value assignment by hex-strings, e.g:
- data length in decimal is 40 (result from "length(data)")
- assignment to a variable:
var = '00000028'X
works perfect in this case
Now i am searching for an expression like
var = d2x(length(data),8)
but it doesn't work. Can someone tell me why? How can I solve this?
Thanks in advance,
Stefan.
i have a little problem here with the value assignment by hex-strings, e.g:
- data length in decimal is 40 (result from "length(data)")
- assignment to a variable:
var = '00000028'X
works perfect in this case
Now i am searching for an expression like
var = d2x(length(data),8)
but it doesn't work. Can someone tell me why? How can I solve this?
Thanks in advance,
Stefan.