which one is better? If I use var then I write:
myTextField1=“hello”
If I use instance name then:
myTestField.text=“hello”
which one is better?
thanks
which one is better? If I use var then I write:
myTextField1=“hello”
If I use instance name then:
myTestField.text=“hello”
which one is better?
thanks
:: Copyright KIRUPA 2024 //--