GreatDreamer
Programmer
I have a dynamic text control that is instantiated in frame method. How do I set the variable value to the dynamic text as a content.
nameOfVariable is double
mydynamictxt.SetTaggedText(nameOfVariable).
I have tried this, but get compilation errors.
nameOfVariable is double
mydynamictxt.SetTaggedText(nameOfVariable).
I have tried this, but get compilation errors.