10-27-2010, 12:23 PM
Hi Shannon,
Well I'm not an expert like Ankur or the other guys but I think I know the answer to this question since I had the same problem.
In expert view choose a new line were you would like to have the delay, and write:
Of course a better way from a performance aspect would be to have a function were it actually pauses as long as the page has not been done. But that is a question for the experts
Kind regards,
Mukesh L.
Well I'm not an expert like Ankur or the other guys but I think I know the answer to this question since I had the same problem.
In expert view choose a new line were you would like to have the delay, and write:
Code:
' For 10 seconds delay
Wait 10
Of course a better way from a performance aspect would be to have a function were it actually pauses as long as the page has not been done. But that is a question for the experts
Kind regards,
Mukesh L.