Rony:

 

Since the original version of ooRexx, without a declaration of how to view the 
multi-dimensional objects sparsely, results are generically indeterminate as 
mapping is based on the highest indices used. Thus, either an .array~new(6,7) 
specification is required, or the first element initialized must reference the 
highest indices to be used. Otherwise, the array is effectively remapped with 
each use.

 

Consequently, if the first use sets element [6,7], then a specification of 
.array~new works properly.

 

 

Mark

 

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to