need a brief explernation of enumeration data type. I could not found any proper source to learn about enumeration data type. what is the use of enumeration.
1 Like
An enumeration datatype is any datatype which is iterable. This means that it is a sequence of items. For example, Strings are enumerable arrays of characters. An array is an enumerable of whatever datatype it is specified to hold.
More can be found here:
4 Likes
You can use ‘For Each’ activity with it
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.