Re: dynamic structure name

2005-10-07 Thread George Abraham
That worked, thanks! George On 10/7/05, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > > Try using a different notation like: > > UserGroup[permID].permName > > -Adam > > On 10/7/05, George Abraham <[EMAIL PROTECTED]> wrote: > > Hi, > > One of the structures I am dealing with is populated dynamicall

Re: dynamic structure name

2005-10-07 Thread Adrocknaphobia
Try using a different notation like: UserGroup[permID].permName -Adam On 10/7/05, George Abraham <[EMAIL PROTECTED]> wrote: > Hi, > One of the structures I am dealing with is populated dynamically. It looks > thus: perm.public.UserGroup.#PermID#.Permname. I have a number of PermIDs I > want to l

dynamic structure name

2005-10-07 Thread George Abraham
Hi, One of the structures I am dealing with is populated dynamically. It looks thus: perm.public.UserGroup.#PermID#.Permname. I have a number of PermIDs I want to loop through and set some variables. Hence: However I keep getting an error that the Structure name cannot end in a period(.). Ho