|
Hi Gerard, Just to follow up on Ben's method. If the array is being generated from a database then the columns of that array will be named corresponding to the field in the database table (eg @@request$SubMenu[<@CURROW>,SubMenuID]). If however the array is generated differently, for example using <@TOKENIZE>, the columns of the array will not be named. To reference these columns you can use method 1 or 2 below or you can assign a value to row 0 which will be the name of the column in the array. Suppose we have the array @@request$products.... <@assign request$products[0,1] "ProductId"> <@assign request$products[0,2] "ProductName"> <@assign request$products[0,3] "prod_desc"> <@assign request$products[0,4] "contact_name"> By doing this it is now possible to reference the values in this array using @@request$products[<@currow>,ProductName]. Witango Support
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
|
- Witango-Talk: Witango Tallk: Identifying columns by Name... ContactGerard
- RE: Witango-Talk: Witango Tallk: Identifying column... Ben Johansen
- RE: Witango-Talk: Witango Tallk: Identifying co... Witango Support
- RE: Witango-Talk: Witango Tallk: Identifying column... Harpreet Matharu
