Multi String Dialog Boxes

Hello,

Is it possible to create dialog popup boxes that contain more than one string field to enter information into in the same dialog box?
For example if you are trying to use a dlgstring using
@set
@set
@set
etc.
Basically trying to create one dialog box that contains two or more fields where you can type information into.
At the moment the only way I have been able to get multiple fields entered is one popup dialog box at a time.

Thank You

Scripting allows you to do this.

If you're trying the Opus 12 public beta then you have a full UI editor at your disposal and can design almost any dialog you wish by dragging and dropping controls.In

Opus 11, you're limited to what the Dialog object allows you to do programmatically.