@All
Hello
I am taking input from user side and creating array on the base of “,”.
Example:: Input: uipath, bp, AA (Can be dynamic)
now i want to get the total index amount for this array.
Can anyone help?
Thanks in advance.
@All
Hello
I am taking input from user side and creating array on the base of “,”.
Example:: Input: uipath, bp, AA (Can be dynamic)
now i want to get the total index amount for this array.
Can anyone help?
Thanks in advance.
If it is stored as an array, you can use the method length to get the number of fields
If use arrayname.Count.ToString it will give total number of values
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.