Status
Tech review

Style guide




Short description

Returns a number list in result of evaluating math_time_expression against each of the numeric values in argument numbers/texts.

Output




Supported list types


Number list

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

Argument math_time_expression is a math/time expression, where ^ represents each numeric value in argument numbers.


mathOnNumberList(number list numbers, number math_time_expression) #Output: Number list



Parser expressionDescription


mathOnNumberList([1, 2, 3, 4, 5], ^ * 2) 


This example returns the following number list: [2, 4, 6, 8, 10]



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a



Text list

The function returns a number resulting of evaluating math_time_expression against each of the string list in argument strings.

Argument math_time_expression is a math/time expression, where ^% represents each string in argument strings.


mathOnStringList(string list strings, number math_time_expression) #Output: Number list



Parser expressionDescription


mathOnStringList(["a", "ab", "abc", "abcd", "abcde"], length(^%))


This example returns the following number list: [1, 2, 3, 4, 5]



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a