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 = VARIANT

Assign operation. str = VARIANT( VT_BSTR ).

operator str =  (
   str left,
   VARIANT right
)

Return value

The result string.


oleobj = VARIANT

Assign operation. oleobj = VARIANT( VT_DISPATCH ).

operator oleobj =  (
   oleobj left,
   VARIANT right
)

Return value

The result oleobj.

Related links

Source