× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I hesitate to suggest this, because of the issue of the maintenance guy, but
then you also say it's to make it easier to work with.. But you could have your
cake and eat it too.. For example, if you have:

D wRawReading S 100A

Then to get this: >>> wRawReading = XMLRtnAttr('RawReading'))

converted to this: wRawReading = fRawReading

All you need is to add this to the bottom of your source file and compile it as
a module (that means no DFTACTGRP(*YES)..) and assuming

P fRawReading b
D fRawReading pi 100
C Return XMLRtnAttr('RawReading')
P e

BUT PLEASE NOTE MY DISCLAIMER: I think it' overkill, and something bothers me
about taking one line of code and "hiding" it to a procedure.

Another alternative of course is a subroutine, where in such a case you could
just code this:

exsr sr_wRawReading_from_fRawReading

...or whatever you want to call it...

ALan














As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.