Reading your messages, I suddenly doubt.
We use an environment variable SIGMA witch is a network path, or does not exist.
In our scripts, we just use the very simple code :
If ($SIGMA=="){
do_something;
}else{
source $SIGMA/myscript.acl
}
Does it work only because we are not inside a function (we are in a script directly called by instance.acl)
Furthermore, defined($SIGMA) return 0, even if the environment variable has a value.
We use Epic 52, maybe we'll have bad surprise with newer versions...
Yves Deniard
MBDA
1 avenue Réaumur
92358 Le Plessis-Robinson cedex
France
tél.:01.71.54.27.39
yves.deniard@mbda-systems-com
-----Message d'origine-----
De : Clay Helberg [
} else {
response("XPS3 was found");
};
It gives the correct response under both conditions, i.e. if e...