Jump to content

Sys2Close

From EDM2
Revision as of 03:53, 10 January 2016 by Martini (talk | contribs) (Created page with "==Description== Close a file or stream (wrapper to DosClose). ==Arguments== 1. File handle (returned by Sys2Open). (REQUIRED) '''REXX RETURN VALUE:''' 1 on success, or 0 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Close a file or stream (wrapper to DosClose).

Arguments

1. File handle (returned by Sys2Open). (REQUIRED)

REXX RETURN VALUE:

 1 on success, or 0 if an error occurred.