--- In [EMAIL PROTECTED], bizaro <[EMAIL PROTECTED]> wrote: > Hello John, > > you wrote... > > > I'm gradually getting my scripts into the latest syntax, but one I can't > > get right is: > > *wait n "message on screen" (where n is the number of seconds it waits) > > Following should work: > > Wait.Message(n, "message on screen")
Can also be written as wait message n,"text" The syntax of wait message changed to allow full-fledged expressions to specify the text (but not the wait time!). You need a comma after the number to specify it is a wait time, and not part of an expression. Isn't progress wonderful? ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
