[Gambas-user] Which way of storing these data would you choose?

Fabien Bodard gambas.fr at gmail.com
Tue Dec 10 05:40:00 CET 2019


If your structure is stable. Use an array of classes. Then if not then  an
array of collection can be a good idea.

I do prefere a class in your case. Think you also add code to manage
rendering or manipulation  in the class itself. It is at the same time the
container fot data and the tool who know how to use it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20191210/3bacd576/attachment.html>


More information about the User mailing list