How to fill Multicolum ListBox?
Posted: Wed Dec 16, 2015 3:51 pm
Hi,
I want to fill a ListBox with 2 columns with data coming from 2 variables $COLUMN1_DATA$ and $COLUMN2_DATA$, each variable contains info separated with $NEWLINE$, for example:
ROW1$NEWLINE$ROW2$NEWLINE$ROW3 etc...
I want to achieve a List box like:
COLUMN1_ROW1 COLUMN2_ROW1
COLUMN1_ROW2 COLUMN2_ROW2
COLUMN1_ROW3 COLUMN2_ROW3
Regards,
Enrique
I want to fill a ListBox with 2 columns with data coming from 2 variables $COLUMN1_DATA$ and $COLUMN2_DATA$, each variable contains info separated with $NEWLINE$, for example:
ROW1$NEWLINE$ROW2$NEWLINE$ROW3 etc...
I want to achieve a List box like:
COLUMN1_ROW1 COLUMN2_ROW1
COLUMN1_ROW2 COLUMN2_ROW2
COLUMN1_ROW3 COLUMN2_ROW3
Regards,
Enrique