Yes, to prog mem..........easier to program
then, to create different callable strings to use in PB,
LabelA:
ARRAYWRITE string_1,[string_1, "<more string added to string 1 etc"]
Return
LabelB:
ARRAYWRITE string_1,[string_1, "<more other string added to string 1 etc"]
Return
etc
use gosub to build up string, check string legnth somehow so don't overflow
Zero out string_1 when want to start a new one
Takes a little mem but f2525 has 48k
don
Bookmarks