[Gambas-user] meaning of # and $

Bodard Fabien gambasfr at ...11...
Thu Dec 30 00:14:05 CET 2004


Le mercredi 29 Décembre 2004 23:54, Jochen Georges a écrit :
> Hello gambasians,
>
> if i remember right, DIM is only optional.
> What's about # or $ like
> PUBLIC SUB _new(OPTIONAL t$ AS String)
> or
> Message(Str$(What))
> or
> READ #File, Variable[,Length]
>
> Thanks for any hint.
> Beste gruesse
> Jochen
>

# is needed for file or stream...;


but $ is not necessary, you can wrote mid$ or mid as you want

Fabien


> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> 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