Function ZeroInsert() Foundation
Encodes a string according to CCITT specifications.
ZeroInsert( <cBlock> ;
) --> cEncodedString
Returns an encoded string or a null ("") string in case of an error.
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.
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.