Has anyone come up with a way to make arrays completely portable, in the sense that they could be copied in and out of external media without having to be re-dimensioned (no. of entries + type declaration)? I can see the problem with UDTs, that the array descriptor knows the repeat length but not its structure - but no matter, that mapping can be applied later...
Why does PB have to rebuild the array descriptor instead of just allowing it to be copied?
Is there anything in V9 which will help with this - I'm taking V9 features on a need-to-know basis, wish I had time to do otherwise!
Why does PB have to rebuild the array descriptor instead of just allowing it to be copied?
Is there anything in V9 which will help with this - I'm taking V9 features on a need-to-know basis, wish I had time to do otherwise!
Comment