I have been trying to learn how “read()” works.
In the instruction, it mentioned like this: The parameter “option” got two options :
skip - if this one is specified, the application will return immediately, if the line is not up.
noanswer - if this one is specified, then the application will read the digits even if the line is not up
I did not understand the words “if the line is not up”. If someones have got some user cases like in which case we have line up, and “skip” is supposed to be used and which case the noanswer is supposed to be used
And also some questions regarding the attempts parameters, it mentioned “attempts - here you can specify the desired number of attempts, the user has in case of no data is entered.” if you someones got some example regarding the attempts parameters as well?