$crc » History » Version 2
Per Amundsen, 07/15/2014 07:57 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$crc(text|&binvar|filename,[N])* |
||
4 | |||
5 | Returns the CRC checksum of the specified item. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | 2 | Per Amundsen | text|&binvar|filename - Value to calculate CRC checksum from. |
10 | 1 | Per Amundsen | N - 0 = plain text, 1 = &binvar, 2 = filename (content of the file), 2 is default. |