Loads strings from a resource file.
'vdatools'
) Subdir Specifies a subdirectory in which to look for the resource file. (Default: !Lang, whose default is
'american'
)
WAVE_RESPATH
.
UNIX Users: TheWAVE_RESPATH
environment variable is a colon-separated list of directories, similar to theWAVE_PATH
environment variable in PV-WAVE. If not found in aWAVE_RESPATH
directory, the directorywavedir
/xres/!Lang/vdatools is searched, wherewavedir
is the main PV-WAVE directory and !Lang represents the value of the !Lang system variable (!Lang default is'american'
).
OpenVMS Users: TheWAVE_RESPATH
logical is a comma-separated list of directories and text libraries, similar to theWAVE_PATH
logical in PV-WAVE. If not found in aWAVE_RESPATH
directory, the directorywavedir
:[XRES.!Lang.VDATOOLS] is searched, wherewavedir
is the main PV-WAVE directory and !Lang represents the value of the !Lang system variable (!Lang default is'american'
).
Windows Users: TheWAVE_RESPATH
environment variable is a semicolon-separated list of directories, similar to theWAVE_PATH
environment variable in PV-WAVE. If not found in aWAVE_RESPATH
directory, the directorywavedir
\xres\!Lang\vdatools is searched, wherewavedir
is the main PV-WAVE directory and !Lang represents the value of the !Lang system variable (!Lang default is'american'
).
wavedir/xres/subdir/vdatools
wavedir:[XRES.SUBDIR.VDATOOLS]
wavedir\xres\subdir\vdatools
wavedir
is the main PV-WAVE directory.If only Appdir is specified, the application searches for resources in the following directory:
wavedir/xres/!Lang/appdir
wavedir:[XRES.!Lang.APPDIR]
wavedir\xres\!Lang\appdir
wavedir
is the main PV-WAVE directory.If both Subdir and Appdir are specified, the application searches for resources in the following directory:
wavedir/xres/subdir/appdir
wavedir:[XRES.SUBDIR.APPDIR]
wavedir\xres\subdir\appdir
wavedir
is the main PV-WAVE directory.If the file to be loaded is not already in the resource database, it is loaded and added to the resource database list of files.
This procedure functions as a wrapper to the LOADRESOURCES procedure with the Strings keyword set.
wavedir/xres/american/vdatools
wavedir:[XRES.AMERICAN.VDATOOLS]
wavedir\xres\american\vdatools
wavedir
is the main PV-WAVE directory.