PureBytes Links
Trading Reference Links
|
Bill,
AddColumns works both with Number and arrays.
Filter=1;
AddColumn( 7, "Just 7" );
(please do not use numcolumns variable if you use AddColumns function)
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: <wbarack@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, February 20, 2003 3:58 PM
Subject: [amibroker] AddColumn vs NumColumn & ColumnX=
> In trying the different commnands above, it seems as though the
> AddColumn commnand only works with arrays. And if I calculate a
> scalar that I want to display in my Exploration, I need to use the
> NumColumns/ColumnX= approach.
>
> Is this a correct interpretation on my part.
>
> Thanks
>
> Bill
>
>
> 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/
>
>
>
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/
|