comparing two arrays-values

hi,

i have a xdata unsigned char* a_1[210]
and unsigned char* a_2[210]

Thea are including string value like "21:32 04:34 xyz"

how can i compare this arrays?

what i mean is something like

if (a_1[0] == a_2[0] {
// do something
}

can somebody help me?

RE

Parents Reply Children
No data
More questions in this forum