[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
OVRPATH Change Overlay Search Path pp 196
Syntax: OvrPath (Path) ;
Type: String
Form: Procedure
Purpose: Define the search path for overlay files.
Notes: Path is a standard DOS path specifier. The current directory is
identified as a period, OvrPath(.). If not specified, the
path is the default drive and current directory.
----------------------------------------------------------------------------
Usage:
CONST
Path = String [63] : 'C:\Path' ;
BEGIN
OvrPath (Path) ;
END.
See Also:
Overlay
Path
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson