There's a large amount of list data, it's paged, the script holds the selected lines data in a custpage_ field that is a LongText, OK but the field is "only" 100,00 characters long and this is blown when I page between pages of data.
So the plan is to split up the data between pages in multiple custpage_ fields and then join them as and when/
I'm struggling to think of an alternative way, the script is about 1200 lines long and written by a third party so I'd prefer not to re-write the whole thing