Hi all,
Environment : 2.1 Enterprise, HSQL.
Well i was trying to use the for - in loop over an array in js file of webscript.
And when i look at the size of the variable having this array it shows as expected. when traversing through each element and look for a property over it. its saying that the property is undefined.
When i have the same array looped by ordinary for loop. i am getting the expected results.
Is this a bug?