Type confusion

Hi All

It might be me, but the biggest struggle for me is converting between different types. Earlier I struggled with converting DateTime into Int64 or Int32.
Now I am struggling converting a CR into a Sequence(Byte) that tokenizer expect.
So far I have spent most of my time in gamma struggling with these conversions and it might just be me, but there seems to be no standard for converting these values.

So for now, How do I get Tokenizer (Postfix) to use CR as it’s postfix?
image

On the longer run. Could this be easier or am I just not “getting it yet”?

Sune

if you convert bytes to string or the other way around, you also need to specify the encoding.

this is in the help browser as an example patch, type “string” into the help browser:

image

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.