I'm not sure about liteC, but I do know that cScript
does not allow mutli-dimensional arrays.

check this post out:
http://www.coniserver.net/ubbthreads/showflat.php/Cat/0/Number/776842/an/0/page/0#Post776842

You may already know this stuff, but this thread talks about
how to manage a singe dimensional array as if it a mutli-dimensional array.

If you don't know this stuff, check out my last post in the thread.
It has a link to some cScript with funcitons created to initialize
the array, as well error-checking "get" and "set" functions.

I think that it should be little effort if any, to "port" the cScript
over to liteC.