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.

ustr.substr

Getting a unicode substring.

method ustr ustr.substr (
   ustr src,
   uint start,
   uint len
)

Parameters

src Initial unicode string.
start Substring offset.
len Substring size.

Return value

Returns the object which method has been called.

Related links

Source