路路发智能交易研发中心

 找回密码
 立即注册
查看: 2044|回复: 0

MT4智能交易编程教程-FileWriteString函数

[复制链接]

管理员

MT4软件工程师

Rank: 9Rank: 9Rank: 9

积分
6521
帖子
2771
主题
2761
QQ
发表于 2014-3-27 10:20:45 | 显示全部楼层 |阅读模式
MT4智能交易编程教程-FileWriteString函数
The function writes the value of a string-type parameter into a BIN, CSV or TXT file starting from the current position of the file pointer. When writing to a CSV or TXT file: if there is a symbol in the string '\n' (LF) without previous character '\r' (CR), then before '\n' the missing '\r' is added.
uint  FileWriteString(
   int           file_handle,    // 文件句柄
   const string  text_string,    // 要编写的字符串
   int           length=-1       // 交易品种数量
   );

参量
file_handle
[in]  通过 FileOpen()返回文件说明符。
text_string
[in]  字符串。
length=-1
[in] 想要编辑的字节数量,选项需要从字符串编辑到BIN文件中,如果大小未指定,全部末尾没有0的字符串都能编辑,如果指定大小小于字符串长度,只能编辑一部分的非零字符串。如果指定大小大于字符串的长度,字符串会占用0字符。
For files of CSV and TXT type, this parameter is ignored and the string is written entirely.
返回值
如果成功,函数返回字节编辑数量,文件指标以相同字节数量转换。
注释
当通过FILE_UNICODE 标记(或者没有 FILE_ANSI标签)打开编辑文件,编辑的字节数量是字符串字节编辑的两倍大。当记录文件以FILE_ANSI标签打开,字节编辑数量会与字符串字节编辑数量相一致。


外汇智能交易,成就财富梦想!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


MT4编程培训|EA定制开发|QQ在线咨询|路路发智能交易研发中心

GMT+8, 2024-12-22 16:23 , Processed in 0.155560 second(s), 26 queries .

© 2009-2022 520EA.com EA668.com

快速回复 返回顶部 返回列表