Philippe Lhoste wrote:
st = makestringtable() addtostringtable(st, s1) addtostringtable(st, s2) finalstring = collate(st) ... What do you think?
Sounds good to me. Python provides a similar function for the same reasons. Steve