RE: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread Stuart . Boydell
> If you use a dynamic array for VAR.NAMES, you will run into problems, since > the compiler converts LOTNO<3> to VAR.NAMES<2><3>, which is not valid > syntax. I agree with your point about using dimensioned arrays, as a matter of good practice when used with included equate tables ... but the

RE: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread Brian Leach
Tom Oops, sorry scrub my reply. You're right, of course. My precompiler sorts it out. :-( Brian -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.0 - Release Date: 31/03/2005 --- u2-users mailing list u2-users@listserver.u2u

RE: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread Brian Leach
05 13:53 > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] [UV] reference a variable indirectly? > > Stewart Mitchell wrote on Wed, 13 Apr 2005 10:21:10 +1000 > > > Try > > > > EQU LOTNO LIT "VAR.NAMES<2>" > > > > -Original Message-

RE: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread TPellitieri
Stewart Mitchell wrote on Wed, 13 Apr 2005 10:21:10 +1000 > Try > > EQU LOTNO LIT "VAR.NAMES<2>" > > -Original Message- > From: [EMAIL PROTECTED] > On Behalf Of Barry Brevik > Sent: Tuesday, April 12, 2005 6:59 PM > > ...I want to be able to store variable names in a file (for > example),

RE: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread Bob Witney
that Sounds like fun doesn't it Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mats Carlid Sent: 13 April 2005 08:36 To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] reference a variable indirectly? Barry Brevik wrote: >UV 9.6.1.3 on Window

RE: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread Tim Franklin
@listserver.u2ug.org Subject: Re: [U2] [UV] reference a variable indirectly? Barry Brevik wrote: >UV 9.6.1.3 on Windows. > >For the longest time this has been bugging me, but right now I could really >use this capability. > >Does anyone know if it is possible to reference a var

Re: [U2] [UV] reference a variable indirectly?

2005-04-13 Thread Mats Carlid
Barry Brevik wrote: UV 9.6.1.3 on Windows. For the longest time this has been bugging me, but right now I could really use this capability. Does anyone know if it is possible to reference a variable indirectly? IOW, I want to be able to store variable names in a file (for example), and then assign

RE: [U2] [UV] reference a variable indirectly?

2005-04-12 Thread Mitchell, Stewart
Barry, Try EQU LOTNO LIT "VAR.NAMES<2>" Rgds, Stewart -Original Message- From: Anthony Dzikiewicz [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 April 2005 9:07 To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] reference a variable indirectly? You could probabl

Re: [U2] [UV] reference a variable indirectly?

2005-04-12 Thread Bruce Nichol
Goo'day, Barry At 15:58 12/04/05 -0700, you wrote: UV 9.6.1.3 on Windows. For the longest time this has been bugging me, but right now I could really use this capability. Does anyone know if it is possible to reference a variable indirectly? IOW, I want to be able to store variable names in a file

RE: [U2] [UV] reference a variable indirectly?

2005-04-12 Thread Anthony Dzikiewicz
You could probably use the EQUATE statement ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik Sent: Tuesday, April 12, 2005 6:59 PM To: U2-users (E-mail) Subject: [U2] [UV] reference a variable indirectly? UV 9.6.1.3 on Windows. For the

RE: [U2] [UV] reference a variable indirectly?

2005-04-12 Thread Kevin King
a thought. -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik Sent: Tuesday, April 12, 2005 3:59 PM To: U2-users (E-mail) Subject: [U2] [UV] reference a variable indirectly? UV 9.6.1.3 on Windows

[U2] [UV] reference a variable indirectly?

2005-04-12 Thread Barry Brevik
UV 9.6.1.3 on Windows. For the longest time this has been bugging me, but right now I could really use this capability. Does anyone know if it is possible to reference a variable indirectly? IOW, I want to be able to store variable names in a file (for example), and then assign values to those va