API函数:user.rand

录入时间:2016-4-19 12:10:01      最后更新:2016-4-19 12:10:01

API名 返回值类型 功能描述
user.rand 整数型(Integer) 中文名:取随机数字.
参数名 类型 备注
最小值 整数型(Integer)
最大值 整数型(Integer)
user.rand接口原型如下。

Function rand(

ByVal min As Integer,

ByVal max As Integer

) As Integer

详细说明

user.rand是函数,调用的时候后面需要加()括号。