LOADRESOURCES Procedure

Loads resources from a resource file.

Usage

Input Parameters

Returned Value

Keywords

Discussion


UNIX Users: The WAVE_RESPATH environment variable is a colon-separated list of directories, similar to the WAVE_PATH environment variable in PV-WAVE. If not found in a WAVE_RESPATH directory, the directory wavedir/xres/!Lang/vdatools is searched, where wavedir is the main PV-WAVE directory and !Lang represents the value of the !Lang system variable (!Lang default is 'american').

OpenVMS Users: The WAVE_RESPATH logical is a comma-separated list of directories and text libraries, similar to the WAVE_PATH logical in PV-WAVE. If not found in a WAVE_RESPATH directory, the directory wavedir:[XRES.!Lang.VDATOOLS] is searched, where wavedir is the main PV-WAVE directory and !Lang represents the value of the !Lang system variable (!Lang default is 'american').

Windows Users: The WAVE_RESPATH environment variable is a semicolon-separated list of directories, similar to the WAVE_PATH environment variable in PV-WAVE. If not found in a WAVE_RESPATH directory, the directory wavedir\xres\!Lang\vdatools is searched, where wavedir is the main PV-WAVE directory and !Lang represents the value of the !Lang system variable (!Lang default is 'american').

NOTE: LOADRESOURCES keeps a list of the loaded files so that files aren't redundantly loaded.

Example

LOADRESOURCES, 'printsetup.ad'

; Load resources.

LOADSTRINGS, 'printsetup.ads'

; Load the strings.

See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.