支持历史数据读取脚本3D、双色球大赢家插件下载

已通过测试同时安装多个插件!已优化历史号码查询函数!

另附一个BUG 无法多次打开设置窗口,必须重新启动程序方可!(第三方界面DLL BUG导致争取本周发布个稳定版本) 

3D插件(4月15日更新)

已内置历史数据查询,等加上表格后就增加各种公式向导

//历史号码导出例子
program hisdemo;
var
  i, j: integer;
  his: IHisResult;
  hislst: IHisResultList;
  res: string;
begin
  hislst := NewHisList;
//根据日期查询
  hislst.load('2007-01-01', '2008-01-01');
//根据期号查询
 // hislst.LoadByIssue('2007001', '2007001');
  for i := 0 to hislst.count - 1 do
  begin
    his := hislst.items[i];
    res := '';
    for j := 0 to his.count - 1 do
      res := res + his.items[j] + ' ';
    writeln(res);
  end;
end.

 

同步内容