BitAndString (String function)

From m204wiki
Revision as of 02:51, 27 January 2011 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Do bitwise And of strings (String class)

[Introduced in Sirius Mods 7.9]


Syntax

%result = string:BitAndString( andBits, [Pad= c])

Syntax terms

stringstring
string String object
andBits String object
pad C object

Usage notes

Examples

See also

Do bitwise And of strings (String class)

[Introduced in Sirius Mods 7.9]