fl_ExportFile
简述
Export函数教学函数。将指定股票ID的历史报告期十大股东序列数据以exportType文件形式导出到虚拟目录'testdir'下,若导入成功则返回'export success',否则返回'export fail!'。用户应当申请好服务器权限,并建立好虚拟目录'testdir'。
fl_ExportFile(exportType:integer;Id:String):String
名称 | 类型 | 说明 |
---|
ExportType | integer | 用户自定义
显示名 |
取值 |
逗号分割文件 |
0 |
Excel文件 |
1 |
天软对象流文件 |
2 |
天软字符串文件 |
3 |
|
ID | String | 证券 |
T | | 日期 |
return fl_ExportFile(1,'SZ000001');
//返回:'export success'