[Gambas-user] Need to have blowfish en- and decryption

Bodard Fabien gambasfr at ...11...
Sat Jul 17 14:24:55 CEST 2004


Le vendredi 16 Juillet 2004 15:10, Brant Wells a écrit :
> Hey all..
>
> Couldn't you just create a new collection and let the values of the
> collection be true or false??
> ie:
>
> dim myCollection as new collection
>
> mycollection.add(True)
>
> ???
dim bool as byte
bool=true
mycollection.add(bool)

Fabien Bodard

>
> ~Brant
>
> Benoit Minisini wrote:
> >You can use the following class: Byte[]. There is no Boolean[] yet.
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list