Gossamer Forum
Home : Products : DBMan SQL : Discussion :

walking through a complex datastructure with a template

Quote Reply
walking through a complex datastructure with a template
Hi,

Does anyone know if it is possible to get data from within a complex datastructure in a template?

For example: in seach results, I would like to access the column 'name' from the third row of the result list. I tried things like
Code:
<%results.[2].name%>
,
Code:
<%results->[2]{name}%>
and variations, but I cannot get it to work.

Any suggestions?

Thanks, Jasper

http://www.bookings.org
Subject Author Views Date
Thread walking through a complex datastructure with a template jaspercram 3470 Oct 29, 2002, 6:58 AM
Thread Re: [jaspercram] walking through a complex datastructure with a template
604 3332 Oct 29, 2002, 10:40 AM
Post Re: [TheStone] walking through a complex datastructure with a template
jaspercram 3307 Oct 30, 2002, 12:25 AM