Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johandepauw

    How to remove slashes in a string

    gsub(/\//,"",aanvr_arts_rizivnr) print aanvr_arts_rizivnr >> outfileadr Like this, it works ! Thanks for your help.
  2. johandepauw

    How to remove slashes in a string

    To be more precise, I have a field called aanvr_arts_rizivnr within my script. It's my aim to alter the contents of aanvr_arts_rizivnr, so that all slashes within this field are removed. And then I want to write the altered contents to an output file called outfileadr. I've tried it as follows...
  3. johandepauw

    How to remove slashes in a string

    How can I remove all slashes within a string ? For example : 1/23456/78/999 needs to become 12345678999

Part and Inventory Search

Back
Top