• After more than 30 years running websites and forums I am retiring.

    I have made many friends through the years. I will cherish my time getting to know you. I wish you all the best. This was not an easy decision to make. The cost to keep the communities running has gotten to the point where it's just too expensive. Security certificates, hosting cost, software renewals and everything else has increased threefold. While costs are up ad revenue is down. It's no longer viable to keep things running.

    All sites will be turned off on Thursday 30 November 2023. If you are interested in acquiring any of the websites I own you can Email Schwarz Network.

How to clear a listbox in J#

haroldjclements

Freshman
Joined
Jun 13, 2004
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
 
Top Bottom