@Jack_Minardi wrote:
Here is the offending line of code:
reverse = rs.GetBoolean("Reverse?",(("Reverse", "no", "yes")), (False))Which produces the following UI:
My question is: what is the textbox and why is it included with the GetBoolean call?
Posts: 2
Participants: 2
