Someone has probably already posted this request, but, would it be feasable to include in PB/DLL either/both:
ARRAY SORT with multiple TAGARRAY capability?
ARRAY SORT, SCAN, INSERT, DELETE compatibility with UDT's? Something of the form:
ARRAY SORT udt(startindex&) FOR count&, SORTKEY = UDT_TYPE.FIELD 'Possibly with multiple key possibility?
ARRAY SCAN udt(startindex&) FOR count&, WHERE UDT_TYPE.FIELD = fieldvalue, TO index&
ARRAY INSERT udt(index&), udtvar
ARRAY DELETE udt(index&)
------------------
Bernard Ertl
ARRAY SORT with multiple TAGARRAY capability?
ARRAY SORT, SCAN, INSERT, DELETE compatibility with UDT's? Something of the form:
ARRAY SORT udt(startindex&) FOR count&, SORTKEY = UDT_TYPE.FIELD 'Possibly with multiple key possibility?
ARRAY SCAN udt(startindex&) FOR count&, WHERE UDT_TYPE.FIELD = fieldvalue, TO index&
ARRAY INSERT udt(index&), udtvar
ARRAY DELETE udt(index&)
------------------
Bernard Ertl
Comment