PureBytes Links
Trading Reference Links
|
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.
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.
|