Author | Topic: Perameters | |
---|---|---|
James Loughner | Perameters on Thu, 01 Jan 2004 12:38:14 -0500 Is it just me or is Perameters not working?? I can't seem to get any values passed via the perameters box. Jim | |
Till Warweg | Re: Perameters on Thu, 01 Jan 2004 20:39:46 +0100 "James Loughner" <jwrl@charter.net> wrote in Message news:QfXaB5I0DHA.3332@S15147418... > Is it just me or is Perameters not working?? > > I can't seem to get any values passed via the perameters box. Jim, no, it's not you. Apparently, something went wrong with the way run parameters are maintained in the project file. In effect, what happens is that what you type in the dialog never makes it into the XPJ file (IAW it gets lost). As a work-around, Andreas suggested massaging the XPJ file by hand. In essence, the line RUNPARAMETER = param1 param2 ... paramN must be added. This was already covered in the generic NG. Please be referred to thread "Run parameters don't appear to work". Happy New Year, Till [Alaska Research & Development] | |
James Loughner | Re: Perameters on Thu, 01 Jan 2004 16:15:26 -0500 Ok Thanks. The work around will do for now Jim Till Warweg wrote: > "James Loughner" <jwrl@charter.net> wrote in Message > news:QfXaB5I0DHA.3332@S15147418... > > >>Is it just me or is Perameters not working?? >> >>I can't seem to get any values passed via the perameters box. > > > Jim, > > no, it's not you. Apparently, something went wrong with the > way run parameters are maintained in the project file. In effect, > what happens is that what you type in the dialog never makes > it into the XPJ file (IAW it gets lost). > As a work-around, Andreas suggested massaging the XPJ > file by hand. In essence, the line > RUNPARAMETER = param1 param2 ... paramN > must be added. > > This was already covered in the generic NG. Please be > referred to thread "Run parameters don't appear to work". > > Happy New Year, > Till > [Alaska Research & Development] > > > |