Eliminate Dashes in SSNUM

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Ron_Bernier
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Eliminate Dashes in SSNUM

Post by Ron_Bernier » Tue Aug 24, 2004 10:29 am

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

rwarden
Posts: 31
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Eliminate Dashes in SSNUM

Post by rwarden » Tue Aug 24, 2004 4:45 pm

The following should work:____STRREP(SSNUM,"-","")____

Post Reply