PureBytes Links
Trading Reference Links
|
Can i double index a variable like this?
mymatrix[x[y]]
It doesnt give me a syntax error, but wondering if this works.
Rgds
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> > Wrong ... You can not have the equivalent of doubly dimensioned
> > arrays i.e. tables in AFL
>
> Actually.... you can. Via VarGet/VarSet
> http://www.amibroker.com/f?varset
> http://www.amibroker.com/f?varget
>
> you can create equivalent of arrays of any dimension simply using
dynamic variables.
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|