I want to succeed the content of the list object to the list object of another frame.
Can the content in the list object be globalized?
Printable View
I want to succeed the content of the list object to the list object of another frame.
Can the content in the list object be globalized?
You could just run a fast loop through the list, store its contents in a Global String, use a character like # or & for the delimiter, then parse it on other frames via the String Parser.
Or you could save the list file and then load it in the other frame, I would save it to AppTempPath$.
Ah I thought you could load List files but I didn't see the action! I see it now :) It's in a weird spot, above everything else. Yea do that.
EDIT: Unless you need it for flash, then my idea was a flash-friendly idea.