Progress
Language Reference


PROPATH Function

Interfaces
OS
SpeedScript
All
All
Yes

Returns the current value of the PROPATH environment variable.

SYNTAX

PROPATH 

EXAMPLE

This procedure first displays a comma-separated list of the directories in the current PROPATH. It then displays each directory in the current PROPATH, one per line.

r-ppath1.p
DEFINE VARIABLE i AS INTEGER.

DISPLAY PROPATH.

REPEAT i = 1 TO NUM-ENTRIES(PROPATH):
  DISPLAY ENTRY(i , PROPATH) FORMAT "x(30)".
END. 

NOTES

SEE ALSO

PROPATH Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095