PureBytes Links
Trading Reference Links
|
Herman,
TJ’s solution sounds like what you need, but if you need a line break in Excel it is CHAR(10) which needs to be concatenated between strings using & as follows:
“Test of line” & CHAR(10) & “break character”
Terry
--
I need to insert a newline character into a text file of comma separated symbols, i tried using "\n" but that doesn't work when i open the file with Excel or Wordpad.
I have too many symbols for the number of columns available in Excel and want to export in Columns, i.e. a newline character after each row item.
Anybody Know what the NewLineFeed character to use is?
herman
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|