Don Coleman wrote: >Attempting to use fieldlen to determine the length of individual fields I need to string together and trim by priority. Clearly I have something incorrect because in the example below AB=0. Could someone point out my error so that AB=7 (COLEMAN being 7 characters). > Use AB=len(AA) instead.