| Programming C# C++ (7) Delphi (617) .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) Java (8) JavaScript (31) perl (9) php (4) VBScript (1) Visual Basic (1) |
An easy way to get user input
(1 votes). Leave comments and/ or rate it.
When you don't feel like creating a Form just to get a simple input from your users, try using the "InputBox()" function.
For example, if you need the user to type in a new name and store it in a string variable named "strPerson:"
Comments:
| |||||||||||||||||||||||||||||||||