Page 2 of 2

Posted: Wed Mar 11, 2009 8:06 pm
by ray.wurlod
No, that doesn't define it, that uses it. However line 2134 assigns a value to it, that being the result of testing whether ErrorMsg is empty.

Code: Select all

02134 05014 : 06E eq             ErrorMsg ""  => $R246 

Posted: Thu Mar 12, 2009 12:56 am
by wbeitler
Traced it back to 2 specific environment variables containing path-names. Changed the '\' into '/' within the values and it worked like a charm... :lol:

Looks like we ran into a similar problem as muralisankarr viewtopic.php?t=125557

Thanks alot for helping out !