LassoScript Utility
Basics Browse Detail

[Encode_CRC32]

Tag Link [Encode_CRC32] Category Encoding
Type Substitution Source Available No
Support Preferred Version 8.1
Change Unchanged Data Source Any
Output Type Integer Security None
Implementation Internal Sets Lasso 8.5, Lasso 8.0

Description

[Encode_CRC32] generates a 32-bit Cyclic Redudancy Checksum for its parameter. This checksum is used in some Internet protocols to ensure data integrity.

Syntax

[Encode_CRC32: 'data']

Parameters

Required Parameters
Value The string for which a checksum should be calculated.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.