tabcmp_str(tab1, tab2) { local i = 0; loop { if (strcmp([tab1 + i], [tab2 + i]) | [tab1 + i] == 0) return ([tab1 + i] - [tab2 + i]); i++; } }