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.

type( str )

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

method int str.int

Return value

The result value of the according type.


uint( str )

Convert str to uint => uint( str ).

method uint str.uint

float( str )

Convert str to float => float( str ).

method float str.float

long( str )

Convert str to long => long( str ).

method long str.long

double( str )

Convert str to double => double( str ).

method double str.double

Related links

Source