[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Multi-dimension arrays?



PureBytes Links

Trading Reference Links

Hi All:

Can I use multi-dimension arrays? like A[m, n] in AmiBroker?

example: I want to read a data from a text file for a series of ticker
names and each ticker will have some additional settings:
XYZ, v11, v12, v13
ABC, v21, v222, v23

I want to store this info in an array and re-use this in AFL code..is
this possible?

Paul