EditDlg:

--------------------------------------------------------------------------
   Creates a dialog which requires a string as an answer.
   Waits for a default time of 5 minutes.
--------------------------------------------------------------------------

   -------
   Inputs
   -------
   string          (1,:)     A text string 
   defaultString   (1,:)     The default value of x
   waitTime        (1,1)     Wait time before default is returned

   -------
   Outputs
   -------
   x               (1,:)     The string   

--------------------------------------------------------------------------