Re: Filter by Item and What gives with my field?

2009-07-27 Thread Robert Brenstein
On 26.07.09 at 16:23 -0700 Tom Cole apparently wrote: Dear Group, I have two items that I hope someone can help on. One is very straightforward: I need to filter a field by the items. That is, I have a field with zillions of records with four items (comma delimited)

Filter by Item and What gives with my field?

2009-07-26 Thread Tom Cole
Dear Group, I have two items that I hope someone can help on. One is very straightforward: I need to filter a field by the items. That is, I have a field with zillions of records with four items (comma delimited) itemone,itemtwo,itemthree,itemfour I want itemfour to disappear after I put

Re: Filter by Item and What gives with my field?

2009-07-26 Thread Sarah Reichelt
I have two items that I hope someone can help on. One is very straightforward: I need to filter a field by the items. That is, I have a field with zillions of records with four items (comma delimited) itemone,itemtwo,itemthree,itemfour I want itemfour to disappear after I put the field

Re: Filter by Item and What gives with my field?

2009-07-26 Thread Mark Wieder
Tom- Sunday, July 26, 2009, 4:23:36 PM, you wrote: I want itemfour to disappear after I put the field into a variable. The problem is that item four is never the same, so I can't filter by a specific string. I'm sure there must be a way to just have all of item four go poof. I'm a bit

Re: Filter by Item and What gives with my field?

2009-07-26 Thread Mark Wieder
Sarah- Sunday, July 26, 2009, 5:22:50 PM, you wrote: delete variable tData[4] ! That was the part I couldn't come up with... The only danger with this is that the first three items in each line have to define a unique key - any duplicates will be dropped, but that's the array-based