Hi All.,
I have creates the arrindex count with varaiable type as system. Int32 please suggest what value we need to pass in default value
Thanks
Hi All.,
I have creates the arrindex count with varaiable type as system. Int32 please suggest what value we need to pass in default value
Thanks
Try this:
integerList = New List(Of Int32) From {1, 2, 3, 4, 5}
result = integerList.Where(Function(i) i > arrIndex).ToList()
Default Integer Value The default value for an Int32
variable is typically 0
This is because 0
is a valid integer and will ensure that the variable is initialized correctly.
Hie @vaish to create arrayInt – variable type ArrayofInt and write value in curlybraces…
Cheers Happy Automation…
have a look here:
And
However we would recommend to check if maybe a List(Of int32) maybe better fit to your usecase