Macro Language Reference > Macros > Window > wdbm
  
wdbm
Description
Allows you to create a modeless dialog box.
Syntax
wdbm num:n
num
The string number from which to create the modeless dialog
Additional Information
 
The dialog's ID is returned in the user space wdbm variable. Dialog IDs are unique to each dialog box instance and are important for advanced scripting. Dialog variable stealing should still be performed using the wdb macro, as wdbm does not implement variable stealing.