How can we check the total index for any array?

@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

1 Like

@AryanSingh

If use arrayname.Count.ToString it will give total number of values

2 Likes

@inp
@tdhaene
ok let me check.

@inp
@tdhaene

Thanks. Its working.

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