In UniVerse, I am trying to convert a ZIP+4 to just a 5 character ZIP. I have set the output length for my new field to 5 and it displays the ZIP in 5 characters, but I still have an issue when trying to filter by certain criteria (Example: ZIP = 36301). This query would not pull ZIPs with a PLUS4. Is there a way to limit the character length of an I-Desciptor. Currently, this is how I have for the I-desciptor:
TRANS(CUST,@ID,6,"X")