Commits on Source (3)
-
gambas authored
[GB.DB] * NEW: Remove the Connection.TimeZone property, it is not used yet.
029f3d35 -
gambas authored
[GB.GUI.BASE] * BUG: ScrollView: Fix a possible infinite loop in contents arrangement routine.
4bf287a4 -
gambas authored
[INTERPRETER] * NEW: String value can be used like object. * NEW: String[X] returns the X-th character of the string, 0 being the first one. * NEW: String[X, N] returns N characters from the position X, 0 being the first one. IF N is strictly negative, then all characters from the position X, except the last N characters are returned. * NEW: String.Len returns the length of the string. [COMPILER] * NEW: Allow the [] operator to be applied to a string.
737b77c3