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( type )

Converting types to str. Convert int to str => str( int ).

method str int.str < result >

Return value

The result string.


str( uint )

Convert uint to str => str( uint ).

method str uint.str < result >

str( float )

Convert float to str => str( float ).

method str float.str <result>

str( long )

Convert long to str => str( long ).

method str long.str <result>

str( ulong )

Convert ulong to str => str( ulong ).

method str ulong.str<result>

str( double )

Convert double to str => str( double ).

method str double.str <result>

Related links

Source