Hi Folks, I have a text data format that has a field of fixed length. Let's say the field's name is Foo and it's width is 100 characters.
If there is no data to populate the field, a single hyphen is to be inserted in the field, with surrounding spaces. How do I specify the field's nilValue? There are 100 possible values: "- 99 spaces" or "space - 98 spaces" or "space space - 97 spaces" or ... Do I have to list all 100 possible nil values? /Roger