The following functions can be used to gather input data:
Retrieve the value or status of a communications parameter | |
Receive a CR/LF terminated "line" of data from a serial port | |
Receive binary data from a serial port | |
Return the command-line used to start the program | |
Modify the current program's environment table. | |
Retrieve
| |
Return end-of-file status of a file, serial or TCP/UDP transmission | |
Bind a field string to a file buffer or dynamic string variable | |
Rapidly scan a INPUT or BINARY file to obtain string size info | |
Return the next available PowerBASIC file number | |
Read a record from a random-access file | |
Read a string from a file opened in binary mode | |
Read a keyboard character if one is ready from the graphic window | |
Read data from the keyboard from within a graphic window | |
Remove all buffered keyboard data. | |
Determine whether a keyboard character is ready. | |
Read an entire line from the keyboard from graphic window | |
Read a keyboard character from the graphic window, waiting until one is ready. | |
Check whether a graphic window has been clicked with the mouse | |
Load variables with data from a sequential file | |
INPUTBOX$ displays a dialog box containing a prompt | |
Read line(s) from a sequential file into a string variable or array | |
Determine the current seek position in an open disk file | |
Return the length of an open disk file | |
Display a message box and get the users Ok/Cancel selection | |
Display an informational message box and discard the users selection | |
Return the byte at a specific memory location | |
Return a sequence of bytes starting at a specific memory location |