vb6.0中Inputbox$函数和Input$函数区别是?还有使用区别是?
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 opened in Input or Binary mode.
用于从文件中读取数据。
使用区别是前者通常这样用:st = InputBox("请输入数据!") ’取返回值
后者通常这样用:Input #11, st ’填充变量
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 opened in Input or Binary mode.
用于从文件中读取数据。
使用区别是前者通常这样用:st = InputBox("请输入数据!") ’取返回值
后者通常这样用:Input #11, st ’填充变量
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
网易云信
2023-12-06 广告
2023-12-06 广告
UIkit是一套轻量级、模块化且易于使用的开源UI组件库,由YOOtheme团队开发。它提供了丰富的界面元素,包括按钮、表单、表格、对话框、滑块、下拉菜单、选项卡等等,适用于各种类型的网站和应用程序。UIkit还支持响应式设计,可以根据不同...
点击进入详情页
本回答由网易云信提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询