Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Good work yxhu. Didn't recognize that. But if you are that fussy watch your parenthesis
Loop 3, i initialised = 3: container.Add(data[4]).Items <<< Exception here
Your code wouldn't compile because .Add() is usually of type void. ;) greets Adrian
Lol... that was a typo. Thanks Adrian0. :thumbsup: