Register Function
  

Registry handling commands.

SYNTAX

OPEN REGISTRY <RegistryHandler> KEY <hKey>
SECTION <
cKey>

GET VALUE <uVar>
[NAME <
cKey> ]
[<of: OF, REGISTRY> <
RegistryHandler> ]

SET VALUE <cKey>
[<of: OF, REGISTRY> <
RegistryHandler> ]
[ TO <
uVal> ]

CLOSE REGISTRY <RegistryHandler>

DELETE VALUE <cKey>
[ OF | REGISTRY> <
oReg>]



REGISTRY FUNCTIONS


IsRegistryKey( nKey, cRegKey ) --> lExist

CreateRegistryKey( nKey, cRegKey ) --> lSuccess

GetRegistryValue( nKey, cRegKey, cRegVar, cType ) --> xVal
( N,D,L or C type) or NIL if not success

SetRegistryValue( nKey, cRegKey, cRegVar, uVal ) --> lSuccess

DeleteRegistryVar( nKey, cRegKey, cRegVar ) --> lSuccess

DeleteRegistryKey( nKey, cRegKey, cSubKey ) --> lSuccess