|
AssignWordsToValuesSelectedColumns |
This function changes a cell value from a numeric into a textual equivalent. This is the same as AssignWordsToValues, except that it only applies to selected columns. If you don’t want an entire page converted to their text, then selecting columns and applying this function is what you would use.
Syntax:
AssignWordsToValuesSelectedColumns, boolAllPages, tildeDelimitedWords
Parameters:
boolAllPages – apply to all pages (true) or just the current page (false)
tildeDelimitedWords – tilde-delimited list for values 0 through 10
Examples:
-
select,column,3
-
AssignWordsToValuesSelectedColumns,false, zero~one~two~three~four~five~six~seven~eight~nine~ten
This example will substitute in column index 3 the words ‘zero’ through ‘ten’ for the equivalent numbers.
Comments:
This command requires columns to be selected first; it will NOT default to all columns if none are selected.
|