SirTuneReport (Dataset function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (one item description)
m (make terms match syntax template)
 
Line 7: Line 7:
===Syntax terms===
===Syntax terms===
<table>
<table>
<tr><th>%xmlDoc</th>
<tr><th>%doc</th>
<td><var>XmlDoc</var> object</td></tr>
<td>An <var>[[XmlDoc class|XmlDoc]]</var> object.</td></tr>


<tr><th>dataset</th>
<tr><th>dataset</th>
<td>A reference to an instance of a <var>Dataset</var> object.</td></tr>
<td>A reference to an instance of a <var>Dataset</var> object.</td></tr>


<tr><th>xmlDoc</th>
<tr><th>doc</th>
<td><var>XmlDoc</var> object</td></tr>
<td>An <var>XmlDoc</var> object.</td></tr>
</table>
</table>



Latest revision as of 16:48, 8 August 2017

Read this dataset as a SirTune sample dataset (Dataset class)

[Requires SirTune]

This page is under construction.

Syntax

%doc = dataset:SirTuneReport( doc)

Syntax terms

%doc An XmlDoc object.
dataset A reference to an instance of a Dataset object.
doc An XmlDoc object.

Usage notes

Examples

See also