Documentation
»
Scripting
»
Class Reference
»
Core
»
String
»
range
Returns a copy of a range of this string.
Syntax
aString
range (
start
,
size
)
Parameters
start
-
Integer
The index of the first char of the range.
size
-
Integer
The number of char of the range.
Return Value
A string with the selected characters.