Thread Sleep in Classic ASP?

后端 未结 12 2125
滥情空心
滥情空心 2021-02-05 23:10

I\'m doing some revision on an old app that is written in classic ASP/VbScript.

It has a feature to send out an e-mail to the members of the application, but because the

12条回答
  •  暖寄归人
    2021-02-05 23:32

    Not to my knowledge. You'll have to use some external code written in class VB or whatever to do it.

    Or busy-wait (gak).

提交回复
热议问题