E ERICHO Member Oct 28, 2003 #1 & with the above statement, resulting a list of 10,A,20,B,30,C 6 rows within a column when I add description="yes" resulting a list of A,B,C 3 rows within a column Is it possible to show 10 A; 20 B; 30 C 3 rows with 2 column
& with the above statement, resulting a list of 10,A,20,B,30,C 6 rows within a column when I add description="yes" resulting a list of A,B,C 3 rows within a column Is it possible to show 10 A; 20 B; 30 C 3 rows with 2 column
Marco Kalter Administrator Staff member Oct 28, 2003 #1 Yes, you would have to specify: Code: &<name = "ABC" list = "10, 10 A, 20, 20 B, 30, 30 C" description="yes">
Yes, you would have to specify: Code: &<name = "ABC" list = "10, 10 A, 20, 20 B, 30, 30 C" description="yes">
E ERICHO Member Oct 31, 2003 #1 So... I see.... If the list came from a select statement, which looks like & isn't it I have to convert the statement to be &
So... I see.... If the list came from a select statement, which looks like & isn't it I have to convert the statement to be &