csk_fn_list_count

Use this function to find the size of the object list.
  • String: csk_fn_list_count(List<Object> inputList)
  • Input:
    • List<Object> inputList: The list of objects to be checked
  • Example: $csk_fn_list_count({"A", "B"}) → "2"