• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. removing backslashes

Stats

  • Replies 7
  • Subscribers 160
  • Views 15273
  • Members are here 0
More Content

removing backslashes

Ejlersen
Ejlersen over 15 years ago

Hi

Anyone having any idea how I can replace double backslash characters in a string with single backslash characters?

 Example "\\\\NS2009\\hp color LaserJet 2550 PS" replaced to "\\NS2009\hp color LaserJet 2550 PS"

Best regards

Ole

  • Sign in to reply
  • Cancel
  • fxffxf
    fxffxf over 15 years ago

     In Skill, just as in C/C++ a backslash character (\) in a string is treated as the start of an escape sequence. For example, if you want to embed a double quote (") in a string you need to escape it:

       a = "Show me a double quote ( \" )"

    Some escape characters are special such as newline ( \n ), tab ( \t) etc.

    To get a double quote to appear you must escape it with another backslash -- ( \\ ). For UNC paths this can look somewhat odd since you might see in Skill for a UNC path - ( "\\\\server\\c\\tmp" )

    Now on UNIX, you rarely encounter a backslash character in strings unless it doing its job of escaping a non-backslash character. But due to the DOS use of the backslash as a directory seperator you see it a lot more on Windows. Fortunately modern Windows APIs will almost always accept the UNIX style directory slash character ex. "//server/c/tmp" will work just as well as "\\\\server\\c\\tmp"

    If you have a directory or UNC path string you can use axlOSSlash to convert DOS backslash directory seperators to UNIX style.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Ejlersen
    Ejlersen over 15 years ago

    Hi Dave

    The funny thing here is that I get an error running rexCompile("\\") without running RexMagic(nil) first.

    So, some kind of magic must be happening, even for rexCompile :-)

    The problem I'm facing is that its a printer name I wan't to pass on to a form and a script to be replayed. I don't know what will happen if I try to adress a printer with forward slash instead of backslash - but I could try. For paths I've always used forward slashes and they work fine - so maybe it will work for printer driver also?  

     

    Best regards

    Ole

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information