PureBytes Links
Trading Reference Links
|
The word is NEWLINE. A few examples:
If GetSymbolName = "*DWI X" then fileappend("c:\FidSelct.txt",NEWLINE+"* MARKET-INDEXES");
fileAppend("c:\FidSelct.txt",NEWLINE +NumToStr(STT,0) +SPACES(1)+NumToStr(LTT,0));
Glenn
Peter Hyde wrote:
> Does anyone know how to generate a line feed when using file append? I
> need to be able to write data to a new line.
>
> Ta
> Pete
> --
> Peter Hyde, Information Management of W.A. http://www.imwa.com.au
> ===========================================
> PO Box 36 Armadale, 6112 Western Australia.
> Email: peter@xxxxxxxxxxx
>
> Fax: +618 9497 7184
>
> Thankyou for considering Ostrich Farmer - The World's finest computer
> program for Ratite Farming
> Download a free demo of our award winning farming software
> ftp://imwa.com.au/pub/imwa/setup.exe
>
> =================================================================================================
|