|
...
%addr(x:*data) seems a (much much) more natural way of coding.
To retrieve the address of a varying field, right? Certainly we still
need another way to determine the declared length of a field. %len()
sort of did that for most things, but not for VARYING fields.
So I propose this:
%len(myVarField:*DEFN)
We hadn't realized until this thread that there was such a need to
know the maximum number of characters a field can hold;
%len(string:*MAX) is how I would do it, for any string type, not
just varying, to avoid having to divide by the character size for
ucs2 and dbcs. We'll see ...
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.