gambas 737b77c387 String value can be used like object.
[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.
2018-09-23 09:15:29 +02:00
..
2018-09-09 18:26:38 +02:00
2018-07-02 19:37:37 +02:00
2018-06-23 01:37:06 +02:00
2018-06-27 19:35:23 +02:00
2018-09-09 18:26:38 +02:00
2018-08-30 14:07:18 +02:00
2018-09-09 18:26:38 +02:00
2018-09-09 18:26:38 +02:00