Greetings,
I need to attach text and numbers to one text label by using a variable. I get this error when trying to insert number values:
What to change the variable to, so it accepts numbers and text? Thanks.
Greetings,
I need to attach text and numbers to one text label by using a variable. I get this error when trying to insert number values:
What to change the variable to, so it accepts numbers and text? Thanks.
I think I fixed it, I am not going to delete the post, so others can find this fix. I did STRING(appVars.MyNumberValue)
making the number value turn into a text. This way I can use those “numbers” (technically they are not anymore, it’s just text, you cannot perform mathematical equations with them) with the other text while the variable is text type.