Name
AppendColumn — Adds a new column to the exploration result list.
Synopsis
AppendColumn
|
(ARRAY,
|
| STRING, | |
| format = 1.2, | |
| textColor = colorDefault, | |
| bkgndColor = colorDefault, | |
| width = -1, | |
barchart = NULL);
|
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| ARRAY | array | ||
| STRING | string | ||
| format | array_or_number | 1.2 | |
| textColor | array_or_number | colorDefault | |
| bkgndColor | array_or_number | colorDefault | |
| width | array_or_number | -1 | |
| barchart | array_or_number | NULL |
Description
This function is inspired by AmiBroker function: www.amibroker.com/guide/afl/addcolumn.html
Difference from AmiBroker: It does not support colors for now. It does not support 'width' and 'barchart' parameters.
Adds a new column to the exploration result list.

