UNLOCKRESOURCE()

From Lianjapedia
Revision as of 05:57, 28 March 2017 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Under Construction

Purpose

Function to unlock a named resource previously locked with LOCKRESOURCE()

Syntax

UNLOCKRESOURCE(<cResource>)

See Also

LOCKRESOURCE(), UNLOCKRESOURCEALL()

Description

The UNLOCKRESOURCE() function unlocks the named resource <cResource> previously locked with LOCKRESOURCE().

Argument Description
<cResource> Character string specifying the name of the resource

Example