网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: ADO :: ADO SkipLine 方法

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO SkipLine 方法


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:910 :: ::

The SkipLine method is used to skip a line when reading a text Stream. All characters including the line separator, are skipped. Default line separator is adCRLF.
SkipLine的作用是:当读取一个文本记录流时,自动跳过一行。所有的字符串包括行分隔符等,都将被跳过。默认的分隔符为adCRLF。

Note: This method is only used with text Stream objects.
注意:这个方法仅与文本记录流对象[text Stream objects]一起使用。

Syntax
语法

objStream.SkipLine

评论 (0) All