Hi there,
I'm trying to put 2 values into itemtext (listbox items).
For example; first value the time, and second value some text or date.
time = System.GetTime(TIME_FMT_MIL);
ListBox.AddItem("ListBox1", time, "Some text.");
It seems these two values can't get along. The first value shows up the second doesn't.:mad:
I tried to do the same with the paragraph but same results, the first value shows up the second doesn't. How can i put more than one value (different than text) into paragraph, input object or listbox?
Does anybody knows how this problem can be solved?
Thank you.

