• 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. getting string from stdin or piport??

Stats

  • Replies 4
  • Subscribers 159
  • Views 13588
  • Members are here 0
More Content

getting string from stdin or piport??

DieFab
DieFab over 13 years ago

when I use "getc()" a new screen appears waiting for the user to type a character (I think this is the stdin) and that way a can get a character in my variable. But what should I do to get a string from the same input?? I'm trying using fscanf( inPort "%s" toing) and  gets( toing inPort )  but I don't know what sould i put instead of "inPort". The manual says that it should work if I just put nothing, but if I do so, my variable "toing" it's only showing a couple of double quotes no matter what I type.

so what am I doing wrong??

Thanks 

  • Cancel
  • Sign in to reply
  • oldmouldy
    oldmouldy over 13 years ago
    If this were C, you would use a "gets", the sklangref.pdf, doc\sklangref, seems to have a "gets" listed as well, you get the user input including the newline termination....
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • fxffxf
    fxffxf over 13 years ago

    gets(inPort) is not useful in a UI based program like Allegro. It only functions if you have a TELSKILL (set telskill) window open. If you have a need to get a string from the user try axlEnterString(?prompt l_prompts). You should only use gets if you are reading from a file.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • DieFab
    DieFab over 13 years ago

    lots of thanks people from beyond, I was trying now with lineread(), but I'll verify what you're telling me to see what works better. Thanks again. Have a fantastic one.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • DieFab
    DieFab over 13 years ago

    HEEEYY!! fxxffxxf!!! thats what I was looking for!! youre such a wonderfull person!! I hope good bless you with lots of children/.

    • 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