XIH.Set
Fills a specific column with new information.
Syntax
XIH.Set(colcaption, newData)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
colcaption | string | String specifies the columns caption. | "col1" |
newData | string/int/bool/... | New data to be set | "newInformation"/3/true/... |
Remarks
"newData" must be the same data type as the column.
Returns a boolean.
Examples
XIH.Set(
"ColNames"
,
"Miller"
)
XIH.Set(
"ColBool"
,
false
)
Related
- TIS Parameters
- XIH Functions