On samedi 13 décembre 2008, Jussi Lahtinen wrote:
> Ok, thanks!
> Those items have unique long type id number.
> Maybe I'm wrong but to me string keys sounds slow.
> Perhaps binary mode is quicker (
> http://gambasdoc.org/help/comp/gb/collection/_new?show ).
> But I think this is the right way to go!
>
> I didn't find this from documentation, so do anyone know what $ sign
> means at declaration.
> Example:
> PRIVATE $iTotal AS Long
>
>
> Jussi
>

The '$' sign is just a character that you can use inside an indentifier. I use 
it at the beginning to name a private class variable. For public class 
variable, I use Pascal notation.

Regards,

-- 
Benoit Minisini

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to