WriteLong( ) method

Write the signed 4-byte value of i to the current MemoryOutputStream object. The AVM will return a runtime overflow error if the value i cannot fit into 4 bytes or be represented as a LONG type.

Note: This method is equivalent to the PUT-LONG statement, which applies to MEMPTR variables but not to MemoryOutputStream objects.

Return type: VOID

Access: PUBLIC

Applies to:Progress.IO.MemoryOutputStream class

Syntax

WriteLong(INPUT i AS INT64)