what are the methods to use collection object

i want to use collections in libre office basic , i declare my variable like this

Public g_Sheet_Rows As New Collection

i want to know how can i make use of collection object and various methods with which i can manipulate it

i want to how to perform the following operations:

  1. Add a key value pair to a collection

  2. Check if a key already exists in collection

  3. how to remove a key value pair from a collection

  4. Can i directly update value for key if it is already present in collection? if yes how to do it…

You may start with Search • Apache OpenOffice Community Forum.
The OOo/AOO forum the link points to (also open for questions of LibO users) has a treasure of hints and examples concerning next to forgotten features of Basic.

1 Like