StrIndirect
#define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j]))
#define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j])