From: Pierre GM <pgm...@ma...> - 2006-10-17 02:43:11
|
On Monday 16 October 2006 22:08, Michael Sorich wrote: > Does this new MA class allow masking of rearray like arrays? Excellent question! Which is to say, I have no idea... I don't use recordarray, so I didn't think about testing them. So, a first test indicates that it doesn't work either. The mask for a3 is understood as having a size 6, when the data is seen as size 2 only (exactly the same problem as the original ma module). I gonna poke around and check whether I can come with a workaround. Just to make it clear: you want to be able to mask some fields in some records, right ? Not mask all the fields of a record ? Thanks for the feedback, I'll keep you posted. |