Click to See Complete Forum and Search --> : text input


Ruud T.
May 1st, 1999, 10:22 AM
Hello, I want to give in a value or textinput WITH ','.
When I do this with scanf, the programm thinks, I'm giving TWO variables!.
Can anyone tell me, how to get ','as a normal character input ?.
Please mail it to Rumaro@betuwe.net

Jason Brooks
May 1st, 1999, 05:05 PM
You could try writing a routine using getch to get the characters one by one.

A bit fiddly I know.