| | Hi, I have no problem with one dimension Array. For example: Y = new Array(); Y[0] = smith; Y[1] = john; .. .. My problem is with two dimension Array. For example: Y[0,0] = smith; Y[0,1] = john; .. .. Do you agree to define Y = new Array() with two dimension Array. Thank you for your help in this matter. |

