vb6.0中Inputbox$函数和Input$函数区别是?还有使用区别是?
vb6.0中Inputbox$函数和Input$函数区别是?还有使用区别是?
日期:2013-03-14 10:24:14 人气:1
InputBox Function:
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.
用于弹出一个输入框让用户输入数据。
Input Function:
Returns String containing characters from a file