- ⌂ Text
- Directives
#CRC32
Return the CRC32 value of the string.
Prototype
#CRC32($string)
Parameters
- string - The input string.
Return
Return the CRC32 value of the string.
Example
#/ CRC32: 3382444425
#LOCAL($Text, "This is some text.")
CRC32: #CRC32($Text)
#/ CRC32: 2007119169
#ASSIGN($Text, "Мощный курс")
CRC32: #CRC32($Text)