PureBytes Links
Trading Reference Links
|
in reply to my own question I found out via Tomasz today the folowing:
"If you use #include to include the file you are writing in external
editor
then it is included once and cached for speed.
To force re-inclusion you either have to modify the formula that
contains
#include statement or
use
#pragma nocache
before your #include statements.
note that #pragma nocache is supported only in newest beta versions
(4.38 and higher)"
for me the line #pragma nocache seems to work fine
--- In amibroker@xxxxxxxxxxxxxxx, "ed2000nl" <empottasch@xxxx> wrote:
> hi,
>
> starting off to learn to write some code. I downloaded the Beta
> version 4.39 and as I understand I am able to write a function with
> loops etc. without using jscript or vbscript.
>
> 1)
> I write my function code in a separate editor. Every time I make a
> change in the code Amibroker does not see it. I went out of
Amibroker
> and back in and then it sees it. I guess there must be a trick to
do
> this differently.
>
> 2)
> where can I find some examples. I used the IIR2.afl example but
that
> is about all I can find
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|