EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

str.substr

Getting a substring.

method str str.substr (
   str src,
   uint off,
   uint len
)

Parameters

src Initial string.
off Substring offset.
len Substring size.

Return value

Returns the object which method has been called.


str.substr

Get a substring. The result substring will be written over the existing string.

method str str.substr (
   uint off,
   uint len
)

Parameters

off Substring offset.
len Substring size.

Related links

Source