A couple other points regarding your example:
The <@Debug> tag is meaningless here, it will show the headers regardless when you reference row 0, if they are assigned.
> <@DEBUG>
> @@local$detail[0,*]<br> < Shows headers
> @@local$detail<br> < Shows single row array
> /@DEBUG
> @@local$detail[0,*]<br> < Shows headers
> @@local$detail<br> < Shows single row array
> /@DEBUG
You can drop the <@ROWS> tags if you know you have a one row
array, or want to access a specific row
@@local$detail[1, Price] < is row one, price
@@local$detail[4, Price] < is row four, price
> <@ROWS ARRAY=detail>
>
> @@local$detail[<@CURROW>, "Price"] < Shows I don't know what I'm
> doing!
>
> </@ROWS>
>
> Wayne Irvine
>
> Byte Services Pty Ltd
> http://www.byteserve.com.au/
> [EMAIL PROTECTED]
> Ph 02 9960 6099 Mob 0409 960 609 Fax 02 9960 6088
>
> _______________________________________________________________________
> _
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>
> @@local$detail[<@CURROW>, "Price"] < Shows I don't know what I'm
> doing!
>
> </@ROWS>
>
> Wayne Irvine
>
> Byte Services Pty Ltd
> http://www.byteserve.com.au/
> [EMAIL PROTECTED]
> Ph 02 9960 6099 Mob 0409 960 609 Fax 02 9960 6088
>
> _______________________________________________________________________
> _
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
