$crc » History » Version 3
Per Amundsen, 02/16/2023 09:25 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 | 3 | Per Amundsen | table(ktable). |
10 | |*Parameter*|*Description*| |
||
11 | | text<notextile>|</notextile>&binvar<notextile>|</notextile>filename | Value to calculate CRC checksum from. | |
||
12 | | N | 0 = plain text, 1 = &binvar, 2 = filename (content of the file), 2 is default. | |