Board logo

标题: 【emulate_dictionary__fill_defaults】 [打印本页]

作者: 龙听    时间: 2022-11-1 13:32     标题: 【emulate_dictionary__fill_defaults】

  1. inputs:
  2.         KeyArray[MaxSize1](NumericArrayRef),
  3.         ValueArray[MaxSize2](NumericArrayRef),

  4.         defaultKey(NumericSimple),
  5.         defaultValue(NumericSimple);

  6. variables: idx(0);

  7. for idx = 0 to MaxSize1 begin
  8.         KeyArray[idx] = defaultKey;
  9. end;

  10. for idx = 0 to MaxSize2 begin
  11.         ValueArray[idx] = defaultValue;
  12. end;
复制代码





欢迎光临 龙听期货论坛 (http://qhlt.club/) Powered by Discuz! 7.2