So it comes in as an ID of 000XXXXXXXX and I need to change it to XXXX-XXX-X. Currently I have written a small amount of TCL within my XLT to add zeros:
Like this:
set ptInVals [lindex $xlateInVals 0]
# Format PID.3 to always be 11 digits, Right justified, zero-filled
set xlateOutVals
]
But I need to go the opposite direction and add dashes at those specific increments. Please let me know if you have any suggestions.
Thank you,
Jon