Created
April 8, 2022 16:07
-
-
Save JoeGlines/014645f319aa1e3d8275bc78231254d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RBTitle := 1 | |
switch (RBTitle) | |
{ | |
case 1: | |
msg := "Troubleshoot " | |
case 2: | |
msg := "Configure " | |
case 3: | |
msg := "Discuss " | |
case 4: | |
msg := "Service Request to" | |
} | |
msgbox % msg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment