show_text_ex(caption,heading,text)

Shows a dialog box to the user,containing some text info such
as About Information,Licence,Terms And Conditions etc.Caption
is the text to show in title bar.heading is the heading of the
main text,it is shown above the main text.text is the text info
to show.

Example

show_text_ex("About Extended IO DLL","**About Extended IO DLL**","This DLL Allows you do do some advance user interaction with very easy to use GML scripts");

Screen Shot Of the Dialog Box