Re: Get enum array items

2013-01-04 Thread Eric Thivierge
Replying just so I get another notch in the number of messages. Eric Thivierge http://www.ethivierge.com On Fri, Jan 4, 2013 at 5:18 PM, jo benayoun wrote: > looks like Eric is already preparing the 2013 contest by creating new > threads that he sol

Re: Get enum array items

2013-01-04 Thread jo benayoun
looks like Eric is already preparing the 2013 contest by creating new threads that he solves himself! nice try Eric but no ... :P --jon 2013/1/4 Eric Thivierge > Scratch that. > > oItem = PPG.Item("myItemName") > lUIItems = oItem.UIItems > > > Er

Re: Get enum array items

2013-01-04 Thread Eric Thivierge
Scratch that. oItem = PPG.Item("myItemName") lUIItems = oItem.UIItems Eric Thivierge http://www.ethivierge.com On Fri, Jan 4, 2013 at 4:38 PM, Eric Thivierge wrote: > Need to get the array items of an enum control in a PPG. I thought I saw a > thre