× 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.



That is the EGL. All of it. Runtime is an EGL supplied class.
Let's see the same for the RPG.

So we're going to play this game huh? What I have shown is a generically
developed/reusable piece of code for the RPG language.

What's your gripe Joe? Are you disappointed that RPG can hide complexities
the same as EGL? That fact that both approaches cost money? The fact that
neither are open source?

I posted the RPG code in it's entirety in relation to how much EGL code you
included. You neglected to post the definition of the handler or any "class
encapsulating" syntax, so I thought we weren't dealing with semantics but
instead showing relevant code. I can most definitely/obviously provide the
entire program. Here you go:

H dftactgrp(*no) bnddir('MYBND')

/copy rxs,RXSCp

D err ds likeds(RXS_Error) inz
D req s like(RXS_XmlData)
D rsp s like(RXS_XmlData)
D url s 100a varying
D data s 50a varying
/free

url = 'http://red.rpg-xml.com';
WS_invoke(url: 80: req: rsp);

DOM_build(rsp: '*VAR': err);
data = DOM_getData('/html/body/table/tr/td/': 1);

*inlr = *on;

/end-free

I am willing to move on if you are. Ball is in your court.

Aaron Bartell
http://mowyourlawn.com

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.