String array

I have 2d string array named X[5][5].
If i put in X[2][3] text how to check that in X[2][3] is text...

example... if(in X[2][3] is text){
}
If(X[2][3]=='text') ..........
Topic archived. No new replies allowed.