nCrcRead is int // Control character read
LineRead is string // String read
...
IF nCrcRead <> sComputeCrc16(LineRead) THEN
Info("Error while retrieving the string")
END
Syntax
<Result> = sComputeCrc16(<String>)
<Result>: Integer
Control value of the string.
<String>: Character string (with quotes)
Any character string.
Business / UI classification : Business Logic