PureBytes Links
Trading Reference Links
|
Dingo,
Oh ... okay.
Thanks for the work-around. Just adding a space forced the re-reading.
Regards,
- Salil V Gangaldingo <dingo@xxxxxxxxxx> wrote:
TJ reported that it worked the way as you describe. So it is "by design". You need to change the formula in the AA window (add a space) or reload the formula to get it to re-read the Included file.
see msg 37177.
d
-----Original Message-----From: Salil V Gangal [mailto:salil_gangal@xxxxxxxxx] Sent: Friday, May 09, 2003 11:13 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] The #include does not get re-read for each execution ?
Tomasz,
It looks as if the #include file is not getting re-read from the for every execution (invocation) of the program that contains the #include statement. It looks like a bug.
Create a .AFL file with text (say)
"Hello World!";
And include this above file using #include in (say) the 'Guru Formula' and get the commentary. It will contain the string Hello World!
Now change the disk file without exiting AmiBroker to contain the string following string and save it to disk.
"Hello World! Hello World!";
Flip to 'Guru' Formula and click 'Apply' ... the string that's show in the commentary still is a single Hello World! rather than double Hello World!
Regards,
- Salil V Gangal
Do you Yahoo!?The New Yahoo! Search - Faster. Easier. Bingo. Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
Yahoo! Groups Sponsor
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|