
09-11-2003, 10:45 AM
|
|
Regular
|
|
Join Date: Aug 2003
Location: Lithuania
Posts: 66
|
|
Printing to a file
|
Hi,
i have a txtbox and two listboxes in a form. i want to add the listbox content to the textbox. E.g
listbox1: name1, name2, name3, ...
listbox2: 1,5,10,7,6,4,...
the textbox should look like this:
name1 1 5 10 7 6 4 ...
how to do that?
|
|