I want to convert this union:
"1"|"2"|"3"
To it's exact number counterpart:
1|2|3
Is this possible, and how? Many thanks!
I want to convert this union:
"1"|"2"|"3"
To it's exact number counterpart:
1|2|3
Is this possible, and how? Many thanks!