Hi all,
Im new here and sorry for my english.
I have a function with Two Parameters:
WriteMyText (textboxName, sometext)
If I Call it passing the name of a textbox of the proyect and some text:
WriteMyText("txtName", "John")
How can I do something like that inside the function:
textboxName.setText=text (the text of the txtName has the text "John")
Because I don?t know who specify that set the text in the function.Param(0)
Thanks!