Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created April 8, 2022 16:07
Show Gist options
  • Save JoeGlines/014645f319aa1e3d8275bc78231254d8 to your computer and use it in GitHub Desktop.
Save JoeGlines/014645f319aa1e3d8275bc78231254d8 to your computer and use it in GitHub Desktop.
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