Daniel-Constantin Mierla writes:
You can use s.select transformation to get the bytes,
then convert them
to int with s.int and multiply plus add to get the integer.
sounds a bit too complicated. easiest seems to be to add a new pv that
returns the int. current $si implementation converts the int to
string. i could then just leave the conversion out.
-- juha