龙听期货论坛's Archiver
龙听期货论坛
»
编程语言More>>||
»
MC内置函数【Pre-built Functions】
» 【GetAccount】
龙听
发表于 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]