Visual Basic - introduction of Inputbox function

preview_player
Показать описание
InputBox function
12/13/2018
2 minutes to read
+1
Displays a prompt in a dialog box, waits for the user to input text or click a button, and returns a String containing the contents of the text box.

Syntax
InputBox(prompt, title )

The InputBox function syntax has these named arguments:

SYNTAX
Part Description
prompt Required. String expression displayed as the message in the dialog box. The maximum length of prompt is approximately 1024 characters, depending on the width of the characters used. If prompt consists of more than one line, you can separate the lines by using a carriage return character (Chr(13)), a linefeed character (Chr(10)), or carriage return-linefeed character combination ((Chr(13) & (Chr(10)) between each line.
Рекомендации по теме
visit shbcf.ru