webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | List | sizeOfList
 
sizeOfList
Returns the number of elements in a list.
Input Parameters
fromList
Document List, String List, or Object List Optional. List whose size you want to discover. If fromList is not specified, the service returns a size of 0.
Output Parameters
size
String Number of entries in fromList.
fromList
Document List, String List, or Object List Original list.
Usage Notes
For example, if fromList consists of:
fromList[0] = "a"
fromList[1] = "b"
fromList[2] = "c"
The result would be:
size="3"

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.