2.02-11 Avoid using TEXTLIST()

TEXTLIST() requires a lot of memory for calculations and should be avoided if possible, using two dimensional modules and Boolean flags with ANY is a good alternative.  Other alternatives are using FIRSTNONBLANK as well as LASTNONBLANK.

Tagged: