开发者

CRLF in VBScript

开发者 https://www.devze.com 2023-03-23 14:31 出处:网络
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?

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

精彩评论

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

关注公众号