Am 29.11.2016 um 05:38 schrieb Cam Era:

>> By the way, I strongly suggest not to use Struct, but normal objects.
>> Struct were mainly made to interface with C libraries.
> 
> I'll do exactly that from now on.

For object-oriented programming in Gambas a struct can be replaced with
a class. When I started Gambas programming I also made some structs for
the purpose of bringing a couple of variables together to define an
object. But in Gambas the right tool for that is a class.

The class defines an object, you can create an array of a couple of such
objects and you can sort that array.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to