Displays a Dialog structure on the screen.
ShowDialog id%
id%:integer expression
ShowDialog displays a dialog structure created with Dialog....EndDialog on the screen. id% is the ID number which you used during the creation to identify the dialog.
See Dialog
If the command EndDialog wasn't used the ShowDialog contains the structure of the current Dialog.
Dialog, EndDialog, CloseDialog
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}