I have never used diag_var()
How does it work?

Do I just do this?:
Code:
diag_var(MyArray);


Or do i put that in a for loop and use:
Code:
for (i=0...blablabla...)
{
   for (j=0...blablabla...)
   {
      diag_var(MyArray[i][j]);
   }
}


Do I need to do anything else?


"The more you know, the more you realize how little you know..."

I <3 HORUS
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=401929&page=1