  
- UID
- 2
- 积分
- 2915143
- 威望
- 1407604 布
- 龙e币
- 1507539 刀
- 在线时间
- 13521 小时
- 注册时间
- 2009-12-3
- 最后登录
- 2025-3-4

|
【GetAccount】
- Input: _AccountIndex(Numeric);
- begin
- GetAccount = "";
- if tm_accounts_count <> 0 and tm_accounts_count >= _AccountIndex then begin
- GetAccount = tm_account_str_value(_AccountIndex, 2000);
- end;
- end
复制代码 |
论坛官方微信、群(期货热点、量化探讨、开户与绑定实盘)
|