For reasons too complicated to go into, we have a series of arrays and variables that we'd like to 'get a handle to' via a single address.
We could do it by writing/reading to/from a scratch file but wondered if there was any way to do it 'in memory' (for speed as much as anything else).
So, i think what I'm asking is whether there's a way to do an unformatted write/read to/from an internal 'unlimited-length' character buffer...
Any thoughts/tricks appreciated!
K