Subject: Re: [amibroker] How to fclose()/fdelete() left open files from afl Tomasz, I frequently havve to use Global Variables from within functions, in order to "return" more than one variable. Is the introduction of passing values by reference still in your plans, so we can write ti...
> >> AFL_Directory = "C:\\Amibroker_Formula_Root\\Custom\\"; // *** > >> > >> // Create AmiBroker object > >> AB = new ActiveXObject("Broker.Application"); > >> > >> // Load Database > >> AB.LoadDatabase("C:\\Amibroker_Data\\US-PremiumData"); // *** > >> > >...
--- In amibroker@yahoogroups.com, TimurLangit <i4...@...> wrote: > > Hi experts in AB, > > Is that difficult to convert AFL to DLL? > Is there any manual to easily convert AFL to DLL? > Or, can anyone share how to convert AFL to DLL for dummy? > > Thanks, > Timur > ...