[Gambas-user] sign $
Mayost Sharon
sharon at 455.co.il
Sun Jun 10 17:57:14 CEST 2018
Hello to you
I wanted to know
When I declare variables I sometimes see:
$ Sign
And sometimes not
For example, I took part of a section of gb.setting
Export
Create Static
Class Window
Class Desktop
Class DesktopWindow
Class Screens
Static Property Read DefaultDir As String
Static Private $ sStr As String
Static Private $ iPos As Integer
Property Read Keys As _Settings_Keys
Property Read Path As String
Private $ sPath As String
Private $ sTitle As String
Private $ cSlot As Collection
Private $ bModify As Boolean
Private $ bModifyAll As Boolean
Private $ cModify As Collection
And I see that there are functions with a $ sign
For example:
Format $
or
Format without a $ sign
Thank you
More information about the User
mailing list