You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This 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.

Syntax
mathOnStringList(string list strings, number math_time_expression) #Output: Number list
Examples
Parser expressionDescription
mathOnStringList(["a", "ab", "abc", "abcd", "abcde"], length(^%))

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

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER LIST