Loading dynamic text into button instance

It is possible. I’ve used it before on a project for my father. Depending on how you are loading in the variable(s), you have to target the textbox in the button like:

_root.buttoninstance.textboxname = variable

Is that what you’re asking?