i only get it to work if i define the string array with pre-defined dimensions like:

STRING** mystring[5][5]

beccause in this example i know the dimensions already, but how to do with dynamic arrays i don't know.

Last edited by PriNova; 09/07/12 14:42.