How to add your knowledge

readIntegerRes()

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

    Synopsis

    Reads an Integer from file and returns it. Similar to ReadInteger(), except that this takes a Resource as an argument. The resource should be created with AllocateResource().

    Syntax

    readIntegerRes ( file As User ) As Integer
    Argument Type Description
    file User The resource handle provided by AllocateResource().