You can retrieve the part number using Mid function:

<CFSET partno= Mid(Fieldname,5,Len(Fieldname)-5)>
<CFSET quantity = Evalaute(Fieldname)>

You can loop through the FIELDNAMES list to get each value and quantity.
Depending on what you want to do with these, you could create a structure,
or an array, or a query, or whatever.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com



-----Original Message-----
From: Jim Kellow [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 3:49 PM
To: [EMAIL PROTECTED]
Cc: Jim Kellow
Subject: How do I retrieve from this list


>From the data below I need to extract the partno and qty i.e.partno
019000202 qty 2. I have looked/tried and
read but I can find no examples, lots of single fields passed but not
multiples.   Thanks  JimK :)
Parameters
Form Fields:

FIELDNAMES=PQTY019000202,PQTY019000250,PQTY019000254,PQTY019000275,PQTY01900
0276,PQTY019000278,PQTY019000280,PQTY019000311,PQTY019000363,PQTY019001059,P
QTY019001062,PQTY019001063,PQTY019001066,PQTY019001067,PQTY019001068,PQTY019
001069,PQTY019001073,PQTY019001080,PQTY019001096
PQTY019000202=2
PQTY019000250=
PQTY019000254=
PQTY019000275=3
PQTY019000276=
PQTY019000278=

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to