PureBytes Links
Trading Reference Links
|
jj,
I still have a problem while other don't.
Is it possible that it's because I am on the Double-byte Character
version of Windows?
Is it possible that it affects only the return value of a variable,
not the plug-in itself?
ysk
--- In amibroker@xxxxxxxxxxxxxxx, "JJ" <jparent@xxxx> wrote:
> when this is executed:
>
> A=aceTLB();
>
> the three line break program creates the 'aceTLBsl' line internally
> and is then available to be used in AFL afterwards.
>
> can someone else try this and see if there is a problem
>
> A=aceTLB();
> Plot(C,"",3,1);
> Plot(aceTLBsl,"",colorGreen,4);
>
> (the aceTLB(1.1) plug in needs to be installed first)
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Dave Merrill" <dmerrill@xxxx> wrote:
> > I'm not looking at the full example code, but if that's the entire
> meat of
> > it, you're setting the variable A to the result of the aceTLB()
> function,
> > but you don't set a variable called aceTLBs1 before you try to
plot it.
> ...
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/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/
|