Quote:
Message Boxes
Message Boxes are very useful, and very easy to use.
Here is an example of how to use a Message Box to say “Hello World”:
MsgBox (“Hello World”, , “Hello”)
Go ahead, try, it, I dare ya!
It makes a Message Box popup with the Text of “Hello World” and the Blue Bar at the top will say “Hello”.
Here is the whole MsgBox function.
MsgBox(prompt[, buttons] [, title] [, helpfile, context])
As you can see, we used the Prompt, and the Title, the ones in square brackets [ ] are optional.
that looks crappy without all the fancy MSWord formatting :(