LastTrackNumber Property
The LastTrackNumber property contains the number of the last track.
Syntax
[long=] SiteKiosk.CDRecording.LastTrackNumber
|
Possible Values
Long value that retrieves the last track number.
|
The property is read only.
Remarks
Examples
The following example shows the last track number in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.CDRecording.LastTrackNumber);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top