I'm trying to add a number of rows to
the end of an exploration that represent totals via Addcolumn,
Addtextcolumn.
I'm building a "pseudo string array" by concatenating the
strings into a comma separated string. The array part comes thru the use
of StrExtract( list, item ) where item would be the index.
How can I get
the "array" to be emitted one row per
string?
Example:
Sector | Industry
| Ticker | blah ....
Basic Matrl| Synthetics |
ABC | blah .... Basic Matrl| Synthetics | BCD | blah
.... Basic Matrl| Synthetics | CDE | blah
.... Basic Matrl| Synthetics | Total | blah
....
where "Total" would be
from the "string array".
I can't use
Addtotalrows as I want to have subtotals.
d
__._,_.___
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
__,_._,___
|