PureBytes Links
Trading Reference Links
|
> Isn't this the same as creating an array with 10 elements ?
> for (i = 0 ; i < 11; i++) MyArray[i] = 0;
No, ignoring the fact it's actually 11 elements (ie. 0-10). That's
just filling the first 11 elements of the array, it doesn't define the
size of the array. If you tried that on a chart that only had five
bars, you'd get an array overflow error.
> How about two dimensional arrays ?
AFL doesn't directly have two-dimensional arrays, but I did see
something on the AB site once about effectively creating them using
the VarSet and VarGet functions. Looked pretty messy though.
GP
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|