NextWriteAddress Property



 
The NextWriteAddress property contains the address of where to write next.


Syntax

    [long=] SiteKiosk.CDRecording.NextWriteAddress
    
Possible Values
    Long value that retrieves the address.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the next write address in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.CDRecording.NextWriteAddress);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to top