Author: Bill Woodger
Subject: Reply to: INVALID FIELD OR CONSTANT IN SORTOF ??
Posted: Wed Jan 11, 2017 9:03 pm (GMT 5.5)
You test for the B, and then, as Arun has shown, split your test for more than 256 characters into multiple tests for 256-byte fields, twice, and a final one for the balance of the bytes, connected with AND.
Subject: Reply to: INVALID FIELD OR CONSTANT IN SORTOF ??
Posted: Wed Jan 11, 2017 9:03 pm (GMT 5.5)
You test for the B, and then, as Arun has shown, split your test for more than 256 characters into multiple tests for 256-byte fields, twice, and a final one for the balance of the bytes, connected with AND.