- 注册时间
- 2013-9-23
- 在线时间
- 519 小时
- 最后登录
- 2022-4-4
- 阅读权限
- 200
管理员
MT4软件工程师
- 积分
- 6521
- 帖子
- 2771
- 主题
- 2761
|
MT4智能交易编程教程-字符串函数用来与 字符串 型数据一起执行的函数。函数 | 功能 | StringAdd | 在给出子连接上添加字符串 | StringBufferLen | 为字符串返回分配式缓冲器的大小 | StringCompare | 比较两个字符串并且如果第一个字符串大于第二个返回1;0-如果两个字符串相等;-1(负一)-如果第一个字符串小于第二个 | StringConcatenate | 实现一串参数传递 | StringFill | 通过挑选出来的交易品种填满指定字符串 | StringFind | 在字符串里搜索子串 | StringGetCharacter | 在规定字符串位置返回数字值 | StringInit | 通过指定交易品种初始化字符串并提供指定字符串长度 | StringLen | 在字符串里返回交易品种数字 | StringReplace | Replaces all the found substrings of a string by a set sequence of symbols
| StringSetCharacter | 在指定位置返回复制后的交易品种的改变值 | StringSplit | Gets substrings by a specified separator from the specified string, returns the number of substrings obtained | StringSubstr | 从指定位置提取文本串 | StringToLower | 通过存储单位把所有交易品种中已选的字符串转为小写 | StringToUpper | 通过存储单位把所有交易品种中已选的字符串转为资本 | StringTrimLeft | 在字符串的左边切断线路供应字符,空间和标号 | StringTrimRight | 在字符串的右边切断线路供应字符,空间和标号 |
|
|