[Gambas-user] Gambas equivilent help
Benoît Minisini
gambas at ...1...
Sun Oct 25 03:38:22 CET 2009
> Very simple question that i cant seem to answer on my own: What is the
> gambas equivilent of the java BitSet class? is it a Byte[] array? i dont
> know but thats about the only thing i could think of.
>
There is no equivalent of the Java BitSet class. You must implement it by your
own, and you can use a Byte array for that if you want.
Regards,
--
Benoît Minisini
More information about the User
mailing list