www.krengeltech.com

RXS_out

From Wiki

User Guide

Contents

Description

This is a “raw output” subprocedure that will allow you to push data to standard out in any fashion that suits your needs. An example usage is within RXS_stdOutError which simply composes a small XML stream to send to standard out without using the Template Engine.

Prototype

     D RXS_out         pr
     D  pData                     65535a   Value varying

Parameters

pData
Pass in the data to be send to standard out.

Return value

None.

Notes / Examples

None.