csk_fn_sum_of_argsAsList

Use this function to finds the number of variables in an objects passed.
  • String: csk_fn_sum_of_variable_argsAsList (List<Object> inputList)
  • Input:
    • List<Object> inputList: The inputs whose variables will be counted
  • Example: $csk_fn_sum_of_variable_argsAsList(["1","10","100","1000"]) → "1111.0"