"...And the next sign of the Apocalypse will be..."
*****
On Mon, 26 Jan 2004 10:06:23 +1300, daykin2k wrote:
[color=blue]
>A beginner here, i forget the syntax to create a msgbox
>
>is it
>
>msgbox.text = "text"
>
>??[/color]
From the help file:
MsgBox(prompt[, buttons] [, title] [, helpfile, context])
The two ways of using it:
MsgBox x
n = MsgBox(x)
--
auric "underscore " "underscore " "at" hotmail "dot" com
*****
Never agree with me, it shakes my self confidence.
Comment