I'm programming in Xojo and I want my computer to first run an if case and if that case is true, it should run another if case. How can I do that with Xojo ?
When an if case is true, it should run another if case
137 Views Asked by Tamiris Ayasli At
2
Below is an example of an If statement that includes the use of ElseIf and Else clauses: