How to use Options in input dialog?

Hello,

I wanted to create an input dialog with simple question “what’s your gender” with 2 options to choose from "male or “female”. I read guides that i should use the string array.

In options window there is written “String” but seems i have no idea how to use it. Should i create vairalbe array with those 2 options and use it in this options window (sound quite complicated as for so simple use?) or i should just use string but seems i am writing something wrong here… i tried to find any guide how to use properly string in this case but without success…

kind regards,
Kamil

1 Like

Hi,

I’ll upload simple sample as the following.
Hope it helps you.

Main2.xaml (6.0 KB)

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.