R
Randy K.
I have a query that splits a numeric field in to several parts including the
last 5 characters and export the query to a text file (using an export spec
that defines a ~ delimiter). While the query displays all 5 digits just
fine even if they start with leading 0's, the resulting file drops all the
0's and the field is the wrong length. This file is used by a labeling
program and I must have all 5 digits, 0's or not.
Any ideas? I have tried cstr(right(field,5)) and the query always look
fine, it is just the transfertext function that messes it up.
TIA,
Randy K.
last 5 characters and export the query to a text file (using an export spec
that defines a ~ delimiter). While the query displays all 5 digits just
fine even if they start with leading 0's, the resulting file drops all the
0's and the field is the wrong length. This file is used by a labeling
program and I must have all 5 digits, 0's or not.
Any ideas? I have tried cstr(right(field,5)) and the query always look
fine, it is just the transfertext function that messes it up.
TIA,
Randy K.