ID:1677360
 
(See the best response by Kaiochao.)
I've seen it used everywhere and I've been here for years, which makes me extremely embarrassed to ask this, but what's the function for creating an input box with multiple bottom options. By default there's only "OK" but I see it all the time with other options like "Cancel".

What's the syntax for generating an input box with that option?
Best response
input(...) as null|anything in List

I wouldn't have set it up like that, but that's how it's done.
Never mind. Researched the question with different words and learned that you must explicitly note the null argument.

EDIT: Thanks Kaiochao. Just need it for debugging purposes. I hate the normal input and stat interface as much as anyone. Lol.