[Solved] Read instance variable string

I have a button with the object-string-variable content test1.
On mouseover I want to display the text in a text-object. but it only works with numbers. With text it is always 0. Even if there is only one instance.
I’m pretty sure it worked a few months ago.
01

1 Like

Just to 100% confirm, have you tried langList.VariableString(id)?

Because doing object.Variable() is for number variables only.

1 Like

I thought I tried it two days ago, but it’s working now, thanks.
If the expression editor can’t see what variable type it is, maybe it should use object.VariableString() instead of ToString(object.Variable()). This can also handle Number variables. I don’t know what exactly the change was, but if the editor generates non working expressions, its’ not good.

1 Like

Yes, I confirm the editor generates wrong expression.

I posted about it here: