PureBytes Links
Trading Reference Links
|
One would certainly think that you could access a table element via x
and y coordinates ... whether via the methodology you suggest or via
[x, y] ... hmmm, I just don't seem to be able to load or reference a
table like that though where the table is referred to by a tablename
as opposed to a collection of single dimension arrays ... Maybe I
missed that feature in the doc ... then again since this would
obviate the need for a lot of what's in the Osaka plugin maybe its
not possible.
--- In amibroker@xxxxxxxxxxxxxxx, "cpescho" <cpescho@xxxx> wrote:
> 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/
|