Difference between revisions of "UNLOCKRESOURCEALL()"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' ==Purpose== Function to unlock all resources previously locked with LOCKRESOURCE() ==Syntax== UNLOCKRESOURCE(<cResource>) ==See Also== LOCKRESOU...")
 
Line 4: Line 4:
  
 
==Syntax==
 
==Syntax==
UNLOCKRESOURCE(<cResource>)
+
UNLOCKRESOURCEALL()
  
 
==See Also==
 
==See Also==

Revision as of 10:06, 18 April 2017

Under Construction

Purpose

Function to unlock all resources previously locked with LOCKRESOURCE()

Syntax

UNLOCKRESOURCEALL()

See Also

LOCKRESOURCE(), UNLOCKRESOURCE()

Description

The UNLOCKRESOURCEALL() function unlocks all resources previously locked with LOCKRESOURCE().

Example