Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The standard code is setup as a boolean so there's only two options, is there a way to have 3?
booleanParam = InputRadioBox("Prompt", "Button1 Label", "Button2 Label", booleanParam, Title := "Title")
I know you can launch a global form and do it that way, but I don't want to clutter the global form tab.
You can use inputlist, but I find that messagebox really ugly.

Solved! Go to Solution.