How to clear a listbox in J#

haroldjclements

Well-known member
Joined
Jun 13, 2004
Messages
46
By all my post recently you can probably tell that I am new to the J# language. So I apologise for the silly questions. However I have another one.

I want to clear a listbox. Now I know its something like

Code:
ListBox1.Items.Clear()

but that is not it in the j# syntax. If anyone can help me I will be much appreciated.

Thanks,
Harold Clements
 
Back
Top