What does <@VAR NAME="vPriv[1,@@LOCAL$vApp]"> return. Or better still, what does <@VAR NAME="vPriv[1,@@LOCAL$vApp]" SCOPE="????"> return (with the proper scope for the vPriv variable).
I don't think that you can do a @@ inside another @@, you have to use the <@VAR...> as the 'outer' name. Also you should start to put your scope into your variable calls. Hope this helps, Steve Smith Skadt Information Solutions Office: (519) 624-4388 GTA: (416) 606-3885 Fax: (519) 624-3353 Cell: (416) 606-3885 Email: [EMAIL PROTECTED] Web: http://www.skadt.com > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Chuck Lockwood > Sent: September 9, 2002 2:52 PM > To: Multiple recipients of list witango-talk > Subject: Witango-Talk: Array help > > > I have an array called vPriv with column headers F,G,H and data 30,40,50 > and a local variable called vApp that is equal to F > > @@vPriv[1,F] returns 30 as expected > > however, > > @@vPriv[1,@@LOCAL$vApp] does not work, returns nothing > > Am I missing something? > > Thanks, > > Chuck Lockwood > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > LockData Technologies, Inc. > 309 Main Avenue, Hawley, Pa 18428 > 570-226-7340 ~ Fax: 570-226-7341 > [EMAIL PROTECTED] ~ www.lockdata.com > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
