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.

arrstr.setmultistr

Create a multi-string buffer. The method writes strings to a multi-string buffer where strings are divided by zero character.

method buf arrstr.setmultistr (
   buf dest
)

Parameters

dest The result buffer.

Return value

The result buffer.


The method creates a multi-string buffer where strings are divided by zero character.

method buf arrstr.setmultistr <result>

Return value

The new result buffer.

Related links

Source