Eliminate Dashes in SSNUM
-
- Posts: 1
- Joined: Tue Oct 10, 2017 12:44 pm
Eliminate Dashes in SSNUM
The output of EMPMAST->SSNUM is XXX-XX-XXXX. I need to change the output to XXXXXXXXX. I beleive that this would require the use of a function but I can^t for the life of me figure out what function to use.____Would appreciate any feedback____TIA__Ron Bernier
=> RE: Eliminate Dashes in SSNUM
The following should work:____STRREP(SSNUM,"-","")____