I believe so. If that works you won't need static variables. But then I could be all wet due to foggy memory.
d > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Brown > Sent: Saturday, July 05, 2008 2:52 PM > To: [email protected] > Subject: Re: [amibroker] Question about adding some new AFL Array DLL > > Dingo, > > Yes, I had looked at it in the past and just now again. Quickly > checking, I don't see anything in there that I can not do directly > with AFL static variables as far as functionality, and there is no > documentation that tells why and how it should be used, so I had > ignored it in the past. > > Are you suggesting that the answer to my question is an > implied yes by > the functionality of this DLL? That the spreadsheet-like tables > created in one chart can be read from another chart? > > BR, > Dennis > > On Jul 5, 2008, at 1:28 PM, dingo wrote: > > > Have you checked out "joe osaka's" dll? Look in the files > section of > > the DLL > > forum. > > > > http://finance.groups.yahoo.com/group/amibroker-dll/files/ > > > > d > > > >> -----Original Message----- > >> From: [email protected] > >> [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Brown > >> Sent: Saturday, July 05, 2008 1:17 PM > >> To: [email protected] > >> Subject: [amibroker] Question about adding some new AFL Array DLL > >> > >> Hello, > >> > >> In the past I have suggested the utility for more generic array > >> operators of the static variety in AB. I also suggested uses for > >> having a static array type. The pros and cons were > discussed before > >> on the list so I won't drag them up again, and Tomasz said he > >> would do > >> something more in this area in the future. > >> > >> However, the thought occurred to me that perhaps I or someone else > >> could create a DLL that would fill the bill. Before I invest much > >> into this idea, I want to know that I am starting out on the right > >> track. > >> > >> My question is if I were to write a DLL in C++ that could save and > >> recall an indicator array, would that same array be accessible to > >> every chart in AB the same as a static variable would be? > >> > >> If that were the case, obviously a generic n dimensional > >> array element > >> operator would also be possible -- along with various whole array > >> arithmetic operators. > >> > >> This would also expand the scope of problems that could be > solved in > >> AFL without having to write a custom DLL for each case. > >> > >> Thanks in advance, > >> Dennis > >> > >> > >> ------------------------------------ > >> > >> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > >> http://www.amibroker.com/devlog/ > >> > >> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > Yahoo! Groups Links > > >
