it appear that a button is both an input and an output variable.
for example this is an output: btnAction.Text = "N E W"
and this is an input: If btnAction.Text = "O K" Then
Also, the statement if btnAction.Text = "O K"Then
appears to be checking the button is pressed AND the button text is "OK"
is here an explanation of this in the documentation?
for example this is an output: btnAction.Text = "N E W"
and this is an input: If btnAction.Text = "O K" Then
Also, the statement if btnAction.Text = "O K"Then
appears to be checking the button is pressed AND the button text is "OK"
is here an explanation of this in the documentation?