Re: [Oorexx-devel] Error in array class with two dimensional arrays ?

2022-06-04 Thread Mark L. Gaubatz via Oorexx-devel
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

[Oorexx-devel] Error in array class with two dimensional arrays ?

2022-06-04 Thread Rony G. Flatscher
Given the following Rexx program: a=.array~new /a[1,1]="a"//* first usage, makes array a two dimensional array */ /*a[4,5]="b"*/ say "a[4,5]:" a[4,5] /a~put("c", 6, 7)/ /* use PUT instead of []= */ say '... after a~put("c", 6, 7) ...' say "a[1,1]:" a[1,1] say

Re: [Oorexx-devel] Ad current samples\ole\apps

2022-06-04 Thread Rony G. Flatscher
On 04.05.2022 14:51, Rony G. Flatscher wrote: While overhauling/updating the slides in the Windows section, one question arises: should the IBM/Lotus Notes, IBM/Lotus WordPro and IBM/Lotus 1-2-3 samples in in "samples\ole\apps" be kept? Nowadays probably nobody has these applications