GetRegistry()

Description

GetRegistry() is used to retrieve information from the Windows Registry.

Call Signature

string GetRegistry ( string registry_key )

Return Value

string

The registry value if found or an empty string if not found.

Argument

string registry_key:

A string expression evaluating to a registry key to be read.

Example


  local string HomePCI

  HomePCI = GetRegistry( "PCIHOME" )

See also

Registry functions

SetRegistry()

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.