Convert String array to int array

how to convert String array to int array

Hi @Sweety_Girl,

Use this in assign
IntArr = StrArr.Select(Function (p) cint(p)).toArray

5 Likes

Thanks, It worked!

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