Solved
Length function return value
HI,
As Length function doesn't consider the null values but Can anyone explain me why the below code has returned value 4 ? Thanks
HI,
As Length function doesn't consider the null values but Can anyone explain me why the below code has returned value 4 ? Thanks
Hello [mention:130bfd5118334f6ba0448fca69346ec2:e9ed411860ed4f2ba0265705b8793d05]
The type definition of each value in your array is the reason of this effect is what I understand. when you define the value as "Three" in your array, It is a List of Variant. where as if you are defining it as a number integer it would give you the correct answer.




Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.