+ -
当前位置:首页 → 问答吧 → 求助关于VB语法的问题

求助关于VB语法的问题

时间:2011-08-08

来源:互联网

Sub Delay(Seconds&)
t& = Timer
Delay: DoEvents
If Timer < t + Seconds Then GoTo Delay
End Sub

  Seconds& 参数后面带个&指的是什么?
  t& 这个就是没有指明变量必须定然后可以不定义直接使用变量吧, 那变量后面带个&指什么?
  Timer指的就是当前系统时间?

作者: binglingfeng2011   发布时间: 2011-08-08

&代表Seconds是整数。t也是。

作者: z_wenqian   发布时间: 2011-08-08

热门下载

更多