Total count of a list of string

I have a variable with a list of strings,eg. A=(abc,def,xyz). It changes all the time. May i know how to count the total number in this variable A?

@Jackson1,
Take an Integer variable and assign A.count to get the Items Count.


ā€“
Mukesh

4 Likes

Thank you

@Jackson1 ,

If the Issue is Resolved and there are No more Queries here, Please mark the answer as solution and close the topic

ā€“
Mukesh

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.