Is there a vb template syntax equivalent to the PHP print_r method, which would allow me to display array contents?
I'm trying (and failing at the moment) to iterate through a multi-dimensional array and would like to see what vb is looking at compared to what I think it should be looking at...