Function ZeroInsert() Foundation

Encodes a string according to CCITT specifications.

Syntax
ZeroInsert( <cBlock> ;
          ) --> cEncodedString
Return

Returns an encoded string or a null ("") string in case of an error.

Description

ZeroInsert() encodes the string <cBlock> according to CCITT specifications. After each 5 byte a Chr(0) is inserted in the string. Use ZeroRemove() to decode the string.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.