Difference between revisions of "UNLOCKRESOURCE()"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' ==Purpose== Function to unlock a named resource ==Syntax== UNLOCKRESOURCE(<cResource>) ==See Also== LOCKRESOURCE(), UNLOCKRESOURCEALL() ==Des...")
 
Line 1: Line 1:
 
''Under Construction''
 
''Under Construction''
 
==Purpose==
 
==Purpose==
Function to unlock a named resource
+
Function to unlock a named resource previously locked with [[LOCKRESOURCE()]]
  
 
==Syntax==
 
==Syntax==
Line 10: Line 10:
  
 
==Description==
 
==Description==
The UNLOCKRESOURCE() function unlocks the named resource <cResource>.
+
The UNLOCKRESOURCE() function unlocks the named resource <cResource> previously locked with [[LOCKRESOURCE()]].
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"

Revision as of 05:57, 28 March 2017

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