Side effect of DoPrompt statement on display
uhe
Function d(w)
Wave w
Variable bla
Display w
TextBox "text"
Prompt bla, "Do not enter anything here:"
DoPrompt "Press continue", bla
End
Wave w
Variable bla
Display w
TextBox "text"
Prompt bla, "Do not enter anything here:"
DoPrompt "Press continue", bla
End
April 24, 2017 at 08:33 pm - Permalink
April 24, 2017 at 10:28 pm - Permalink