Quote:
> > How can i create a new DOS environment variable within a Clipper app?
> > _(d)iego
> Do you want the var to exist for as long as the app is live or do you want
> to be able to set vars as if you were using DOS's SET command, ie. affecting
> the global table?
> Bruce.
yes, i would like to be able to ser vars as if i was using DOS's SET
command. in this way i can add/modify/delete env. vars at any given
time. and i would also like these env. vars that i created to still be
existent even after i terminate my clipper app
_(d)iego