[Zope] RE: accessing lists from dtml

2000-06-07 Thread mikk

Sorry, but...

Nevermind, I got it:


 ^^^
 !!!


On Wed, 07 Jun 2000 10:40:59 mikk wrote:
Hello all,

If I have a REQUEST variable that equals a list, like this:

['ITEM_NUMBER','PRICE']

How would I get ITEM_NUMBER and PRICE into separate variables?

The following code gives me a screen full of the appropriate values (using an external
method), but I can't figure out how to use the results:





Displays:
['003020','149.95']
['003021','79.99']
..
..
..


TIA

-- 
Mike Mikkelsen   [EMAIL PROTECTED]
Micro Business Systems http://microbsys.com
Fresno Linux Users Group  http://linux.fresno.ca.us

 It's all GNU to me!



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] accessing lists from dtml

2000-06-07 Thread mikk

Hello all,

If I have a REQUEST variable that equals a list, like this:

['ITEM_NUMBER','PRICE']

How would I get ITEM_NUMBER and PRICE into separate variables?

The following code gives me a screen full of the appropriate values (using an external
method), but I can't figure out how to use the results:





Displays:
['003020','149.95']
['003021','79.99']
..
..
..


TIA

-- 
Mike Mikkelsen   [EMAIL PROTECTED]
Micro Business Systems http://microbsys.com
Fresno Linux Users Group  http://linux.fresno.ca.us

 It's all GNU to me!


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )