How to add your knowledge

writeRes()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Writes str to file, where file is the result of calling AllocateResource( ).

    Syntax

    writeRes ( str As String, _
               file As User ) As Integer 
    Argument Type Description
    str String The string to be written.
    file User The resource file to be written to.