11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ReadXMLData<br />

Syntax<br />

ReadXMLData(xml_data_handle, rec)<br />

Note: This function is case-sensitive. If you want it to be case-insensitive, you<br />

must compile your programs using the BASIC command with the -i option.<br />

Description<br />

After opening the XML document with the OpenXMLData function, read the<br />

document using the ReadXMLData function. UniBASIC returns the XML data as a<br />

dynamic array.<br />

Syntax<br />

The following table describes each parameter of the syntax.<br />

Parameter Description<br />

After you read the XML document, you can execute any UniBASIC statement or<br />

function against the data.<br />

1-660 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

xml_data_handle A variable that holds the XML data handle created by the<br />

OpenXMLData function.<br />

rec A mark-delimited dynamic array containing the extracted data.<br />

ReadXMLData Parameters

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!