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.

spattern

The pattern structure for the searching. The spattern type is used to search through the string for another string. Don't change the fields of the spattern strcuture. The spattern variable must be initialized with spattern.init method.

type spattern
{
   uint pattern
   uint size
   reserved shift[1024]
   uint flag
}

Members

pattern Hidden data.
size The size of the pattern.
shift[1024] Hidden data.
flag Search flags.

Related links

Source