GetGruopIndex 方法
 GetGruopIndex(Index)
 取指定基于0索引的序号的模组ID; Index是模组ID索引,基于0开始。
返回值:返回模组ID,使用完毕后需要释放返回值。注意:该方法一般与GruopCount配合使用,先获取模组账户数量。
  参数
 | 参数 |  说明 |  备注 | 
 | Index |  基于0索引的模组 ID索引 |  输入 | 
 示例
 
tst = order.GetGruopIndex(0)
Application.MsgOut tst
set tst = nothing
 1
2
3
4
   应用于
 Order 对象