RESCLOSE Verb - Close Resource File

Syntax

RESCLOSE(handle{,ERR=lineref})

Description

The RESCLOSE() verb closes handle, releasing the resource file opened by RESOPEN(). If the channel is already RESCLOSEd, Visual PRO/5 takes the ERR= branch, if one is specified. Otherwise, Visual PRO/5 does not issue an error. All handles are automatically RESCLOSEd by the BEGIN, END, RELEASE, START, and STOP verbs.

Examples

0010 HANDLE=RESOPEN("RESOURCE.BRC")

0200 RESCLOSE(HANDLE,ERR=210)
0210 ...

See Also

RESFIRST() Function

RESGET() Function

RESGET() Function - BBj

RESINFO() Function

RESINFO() Function - BBj

RESNEXT() Function

RESOPEN() Function

RESOPEN() Function - BBj

Verbs - Alphabetical Listing