Storing arrays
Wilhelm Sanke
sanke at hrz.uni-kassel.de
Tue Apr 22 06:42:01 EDT 2003
On Sat, 19 Apr 2003 Shari <gypsyware at earthlink.net> wrote:
> Since uMap will have many elements, and many items for each element:
>
> uMap[1,1]
> uMap[1,2].....etc.
> uMap[200,1]
> uMap[200,2].... etc.
>
> is it possible to just store uMap as a whole?
>
> set the customproperties[UMap] of card x to uMap
> put the customproperties[UMap] of card x into uMap
>
> I wouldn't need to do it for each element? (I know I can test this
> without asking... but I won't get to go at it again till Wednesday [:-)]
>
> Shari C
>
An afterthought:
Another possibility to store your arrays would be to convert them to a
text file - using the "combine" command - and store that text file
outside the stack.
On relaunching your stack you would then get your external text file and
re-convert it to an array with the "split" command.
Regards,
Wilhelm Sanke
More information about the metacard
mailing list