This function returns a text list in result of evaluating textExpression against each of the numeric values in argument numbers.

The parameter textExpression is an expression that returns a number, where {seed.number} represents each numeric value in argument numbers.


textOnNumberList(numberList, textExpression) #Output: Text list



Parser expressionDescription


textOnNumberList([1, 2, 3, 4, 5], substring("smile", 0, {seed.number}))


This example returns:

["s", "sm", "smi", "smil", "smile"]


To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
numberList

Any given number list.
textExpression

A valid text expression.



This function returns a



Use cases and examples



Parser function cloud
Map(question)
NotesJust like with textOnIssueList() but on a text list.





Parser function cloud
Map(question)
NotesJust like with textOnIssueList() but on a number list.






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

Label