04-03-2023 04:21 AM
Hello
I'm searching for a way to change my variable type which is inside of a container programatically.
For example i have a container with 10+ variables with type "Boolean". I want to get those boolean result and change it into 1 or 0 and save it to a string ( to make it binary )
I've already found a way to solve this using loop and make a new container filled with type "Number" but maybe someone has a "elegant" way to solve this.
04-03-2023 07:35 AM
Hello Evan,
if I understand you correctly you want to convert this container of only boolean values to a Hex or Numeric value , right?
Best
Akshay