Class String
Version added: before 9.5
If necessary, instances of this class can be created by:
- Local variable:
- Global (see Script Structure about conventions for naming globals):
- Local variable:
local str = LM.String:new_local()
- Global (see Script Structure about conventions for naming globals):
XX_str = LM.String:new()
Methods of String:
Name | Returns | Description | Ver |
Buffer Buffer() | char | < 9.5 | |
Set Set(str) | void | < 9.5 |