Is it possible to use a variable as an index to a server side created array in a client side vbscript? I can access the array by using e.g. array(1,2) but not by using array(r,c). I can use variables created on the server side but am unable to increment them on the client side. Is this possible?
Thank you
Thank you