a command that shows an alert? I thought it would be something like
ShowAlert('message here');but apparently that's not it
And yes I have looked it up on google/duckduckgo I can't find anything though.
Edit: It's in pascal.
Last edited by slinger (2011-12-30 08:06:03)
Offline
In JavaScript, you can do it this way.
alert('show message');Offline
In FreePascal, how about http://wiki.freepascal.org/Dialog_Examp … g_Examples
Offline