w3pop.com :: 网络学院 :: ADO :: ADO SkipLine 方法
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]一起使用。
objStream.SkipLine |
评论 (0)
All