| Directives |
|
| Format | OBTAIN
(chan[,fileopt])varlist Where:
|
|||||||||||||||||||||||||||
| Description | Use
the OBTAIN directive to issue prompts to
terminal devices and to process responses (the user's
input). The file reference should be to a terminal, but
you can use an indexed file. If you include literals or
expressions in this directive, ProvideX treats them as
prompts for the user. You can include format masks, as in A$=STR(.01:"0.00"). If you omit the format mask for a numeric in the OBTAIN statement, 'DP' Decimal Point Symbol and 'TH' Thousands Separator system parameters are ignored for European decimal settings. |
|||||||||||||||||||||||||||
| *Note* | OBTAIN performs in the same way as the INPUT directive except that the user's input is not echoed on the screen. This can be useful for such applications as passwords. | |||||||||||||||||||||||||||
| See Also | ACCEPT
Read Single Keystroke INPUT Get Input from Terminal 'ME' Mnemonic 'BI' Mnemonic Data Format Masks |
|||||||||||||||||||||||||||
| Example |
The password, "TEST" in this example, is not echoed, but C$ will return the value.
|
|||||||||||||||||||||||||||