龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2022-11-1 13:55

【GetAccount】

[code]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
[/code]

页: [1]