How to change int32 to array of int32?

I have tried to change the variable type of “rownum” to array of int32 but I got error, so how can I change from int32 to array of int32?


@Krystal

Here dtData.Rows.IndexOf(currentrow)+1 will give output of type Integer. So, rownum variable should be of type Integer variable but not Array of Integer.

May I know why you want to change it to Array of Integer ?

Hi @Krystal ,

Could you check if you have declared a Variable of type Integer, and not an Array of Type Integer?

And not this →

Kind Regards,
Ashwin A.K

Let me know if this works

image