http://www.nabble.com/the-Visible-Varia ... 21244.html
One of my projects is my own Rev script collector (something that a few other people have done before, I know). I'll be honest, keeping each set of records in a custom property has confuddled me; i.e still don't quite understand the principle/process.
So I'm going down the route of each record set as a new card. Reading the above posts, it seems that in the main there aren't any speed considerations to worry about.
But what about number of cards? i.e eventually one could land up with 3000 cards or more, i.e 3000 separate record set entries. Would this be a problem in any way does anyone know please

Edit: just read a reply by Sarah:
If anyone could post a small stack on Rev Online showing these principles, i.e specifically with commented stuff about putting the whole card containing the record set and retrieving and putting from a custom property, I'd be soooo grateful, thank you.I make sure that each data field, check box,menu button or radio
button has it's own unique name, then I collate all these names & the
name of their card into a custom property of the data stack. I have
generalised setData, getData handlers & functions that look at this
list, find the appropriate data object on it's card, and either change
or return it's value.
