Difference: 0LASubrDataWriteStream (2 vs. 3)

Revision 32020-05-20 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="FullAPIList"

.DATA WRITE STREAM

This subroutine allows you to return data to the caller. This is only useful when working with the Data API (Release 5.5.0 & higher)


Usage:

      GOSUB    --- .DATA WRITE STREAM

Description:

This subroutine returns the contents of --- STREAM BUFFER to the caller. The data will be converted to UTF-8 encoding (if not already in that encoding).

No parameters are required. You must populate --- STREAM BUFFER before calling this routine. --- STREAM BUFFER will be cleared after the call.

Changed:
<
<
If there is a problem writing the data, an error will be logged if APPX_DATASVC_LOG is set.
>
>
If APPX_DATASVC_LOG is set then every call will be logged and if there is a problem writing the data, the error will also be logged.
 

Comments


<--/commentPlugin-->

-- Jean Neron - 2020-03-03 \ No newline at end of file

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback