Status
Tech review

Style guide




Short description

Returns a text list in a result of evaluating text_expression against each of the numeric values in argument numbers.

Output

Available since




This function returns a text list in result of evaluating text_expression against each of the numeric values in argument numbers. Argument text_expression is an expression that returns a string, where ^ represents each numeric value in argument numbers.


textOnNumberList(number list numbers, text text_expression) #Output: Text list



Parser expressionDescription


textOnNumberList([1, 2, 3, 4, 5], substring("smile", 0, ^))


This example returns the following text list["s", "sm", "smi", "smil", "smile"]


To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a