开发者

VB script + how to create delay in VB

开发者 https://www.devze.com 2023-01-10 14:59 出处:网络
How to crea开发者_运维百科te a delay in VB script as the sleep command in linux?You can do WScript.Sleep 2000.Like this:

How to crea开发者_运维百科te a delay in VB script as the sleep command in linux?


You can do WScript.Sleep 2000.


Like this:

WScript.Sleep 500 ' adjust the value
0

精彩评论

暂无评论...
验证码 换一张
取 消