开发者

CRLF in VBScript

I am new to VBScript. I am trying to write a function that will rec开发者_如何学Goognize if the CRLF in the printed Line. Can you please help me?

Thank you


You can simply use result = Instr(yourString, vbCRLF).

It will return an index greater than 0 if the CRLF character sequence exists in yourString, and 0 otherwise.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜