换行,将输出的字符串换行显示。
NewLine
用“+”字符 在字符串表达式中加入换行符。
FileAppend("c:\testfile.txt","We can see a new bar for"+ NumToStr(Date,0)+ NewLine);
FileAppend
"c:\testfile.txt"
"We can see a new bar for"
NumToStr
Date
0