Plus8Encode

Takes three parameters, FieldBase, Fields, IfLenFld

Usage:

FieldBase, Fields, IfLenFld
[WorkWith], Fields, IfLenFld
[WorkWith], Fields, [WorkIf]
FieldBase, Fields, [WorkIf]
[WorkWith], Fields, [WorkIf]

Description:

The space separated list of Fields will each have the Plus8 method of encoding applied to them. This encoding method finds all characters in the data with an ASCII value of less than 8 and for each will place an escape character of ASCII 7 followed by the original ASCII value plus 8. The encoding method allows data with lower ASCII characters to be stored in the Database. The Plus8Decode command performs the reverse operation to recover the data into its original form.

A few comments and notes: