Webspeed and dynamic PROPATH

gummbeey

New Member
I need a way to "customize" code without affecting other developers.

In 4GL, i would simply run this line once ..
PROPATH = "c:\myfolder," + PROPATH.
.. then put my "customized" programs in c:\myfolder then run our application.

Is there anyway I can do this in Webspeed?
Is it 1 Webspeed PROPATH per 1 session?
or 1 Webspeed PROPATH per workspace?
 
Top