foreach operator."> Gentee: colitem
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.

colitem

The structure is used in foreach operator. The variable of the foreach operator has this type.

type colitem
{
   uint oftype
   uint val
   uint hival
   uint ptr
}

Members

oftype The type of the item.
val The value of the item.
hival The hi-uint of the value. It is used if the value is 64-bit.
ptr The pointer to the value.

Related links

Source