Oct 16, 2000 #1 Jansen Technical User Oct 11, 2000 7 TH Hi there, I was wondering if anyone knows how i create a list? What is the syntax for it? Thanks!! Jansen Khoo 17 oct 2000 [sig][/sig]
Hi there, I was wondering if anyone knows how i create a list? What is the syntax for it? Thanks!! Jansen Khoo 17 oct 2000 [sig][/sig]
Oct 17, 2000 #2 calbearroo IS-IT--Management Oct 8, 2000 11 AU Jansen, From a query? .. a linked list of key-value pairs? .. a structure of values? for a simple list assigned to a variable use CFSET varname = "value1, value2, value3, value4" It really depends on what you want to do with the list. Paul [sig][/sig] Upvote 0 Downvote
Jansen, From a query? .. a linked list of key-value pairs? .. a structure of values? for a simple list assigned to a variable use CFSET varname = "value1, value2, value3, value4" It really depends on what you want to do with the list. Paul [sig][/sig]