PureBytes Links
Trading Reference Links
|
Thank you Tomasz..
If we are using automation to save (and then access) the results then I guess there is no way other than skipping the first 4 lines of the generated text file...is this something we can rely on in future releases of AmiBroker ?
Regards,
William
-----Original Message-----
From: Tomasz Janeczko [mailto:amibroker@xxxxxx]
Sent: January Wednesday 21, 2004 4:22 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Preventing code output with AA Export Results
William,
You can use Copy to clipboard.
Or if you are interested in ticker list Symbol->Watch List->Export
Hope this helps.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "William Peters" <williampeters@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, January 21, 2004 10:09 PM
Subject: [amibroker] Preventing code output with AA Export Results
hello,
Is there a way to prevent the output of code with the AA grid contents when exporting from AA window.
Ideally I only want to output the list of ticker codes without any other information.
Here is the formula i'm using:
Filter = 1;
SetOption("NoDefaultColumns", True );
AddTextColumn( Name(), "" );
Regards,
William
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|