I don't use #include, but I actually got it to work awhile back. One of the helpful Amibroker users told me to go to preferences>AFL and there is a place near the bottom of this page that lets you setup part of the include path. I can't recall everything that I did, but it actually worked one time for me. Ron D
----- Original Message ----- From: "brian.z123" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, August 31, 2006 10:57 PM Subject: [amibroker] Re: #include - need help > Lech, > > Apologies. > > My example was not correct. > Yahoo group search does not support "" or special characters like #. > > If you search Tomasz and subject contains 'include' you will get 47 > hits; or approx 500 if you search message contains 'include'. > Of course a lot of them are dead links as they are only for include > and not #include. > What you are looking for is definitely there under Tomasz'z name. > I read them myself only a few days ago. > > BrianB2. > > --- In [email protected], "brian.z123" <[EMAIL PROTECTED]> > wrote: >> >> Hello Lech, >> >> If you use advanced search for this list and find: >> author contains Tomasz AND >> message contains "#include" >> >> you will get about 40-50 hits that come straight from the horses >> mouth. >> There are also some good ones from other authors if you want to >> extend your search. >> The "#include" has to be in speech marks or else you will get 450 >> that include include. >> >> BrianB2. >> >> >> --- In [email protected], "credos_77" <lepus2308@> wrote: >> > >> > I have question: >> > How can I transfer some value from one program to another > program >> in >> > AmiBroker? >> > For example: >> > I have the program "PR1", path: >> > C:\ProgramFiles\AmiBroker\Formulas\PR1.afl, >> > where the code is written: >> > Function indA( ) >> > { r1 = RSI(10); r2 = RSI(14); return r1/r2; } >> > >> > The second program "PR2", path: >> > C:\ProgramFiles\AmiBroker\Formulas\PR2.afl >> > Haw can I, for example draw the value "indA( )" in "PR2" ? >> > >> > >> > Probably I need to use the function " #include ". >> > Maybe somebody knows haw to use this function, so I can draw the >> > value in the program "PR2"? >> > >> > Thanks for any suggestion. >> > Lech >> > >> > > > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For other support material please check also: > http://www.amibroker.com/support.html > > > Yahoo! Groups Links > > > > > > Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html 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: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
