VBS教程:方法-ReadLine 方法
程序员文章站
2022-07-04 20:39:28
readline 方法从 textstream 文件中读入一整行字符(直到下一行,但不包括下一行字符),并返回结...
readline 方法
从 textstream 文件中读入一整行字符(直到下一行,但不包括下一行字符),并返回结果字符串。
object.readline
object 应为 textstream 对象的名称。
说明
下面例子说明如何使用 readline 方法从 textstream 文件中读取字符并返回字符串:
function readlinetextfile const forreading = 1, forwriting = 2 dim fso, myfile set fso = createobject("scripting.filesystemobject") set myfile = fso.opentextfile("c:\testfile.txt", forwriting, true) myfile.writeline "hello world!" myfile.writeline "the quick brown fox" myfile.close set myfile = fso.opentextfile("c:\testfile.txt", forreading) readlinetextfile = myfile.readline ' returns "hello world!"end function
上一篇: VBS教程:方法-Read 方法
下一篇: VBS教程:方法-GetDrive 方法
推荐阅读
-
CSS3中31种选择器使用方法教程
-
Eye Candy 7激活教程 二种激活方法教你快速激活软件
-
VaGaa哇嘎画时代简明使用方法(图文教程)
-
鲁大师硬件检测教程 鲁大帅检测电脑硬件的方法(图文教程)
-
Virtual Box虚拟机host-only和bridge配置方法(图文教程)
-
桌面图标出现小黄锁怎么去掉?电脑桌面图标有黄锁的解决方法教程
-
在电脑上安装配置使用安卓Android模拟器的方法(图文教程)
-
电脑重装系统后万能驱动的安装与使用方法(图文教程)
-
康福中国 Camfrog 6.0 中文版安装教程(英文版转中文版设置方法)
-
win8.1玩帝国时代无法全屏怎么办 win8.1系统玩帝国时代无法全屏的解决方法图文教程