.XML WRITER CLOSE
This subroutine closes an XML file. Added in 6.2.0
Usage:
PASS <XML_stream_name> FIELD SHARE? N
GOSUB --- .XML WRITER CLOSE
* Check for errors
IF --- .XML WRITER CLOSE NE
Description:
This subroutine closes an XML file previously opened by .XML WRITER OPEN api.
<XML_stream_name> is the name of XML stream that has been assigned during .XML WRITER OPEN api. This field is required and cannot be more than 22 characters.
You can check the value of --- .XML WRITER CLOSE field after the api call to check for errors.
See also
.XML WRITER OPEN
Comments:
Read what other users have said about this page or add your own comments.