首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

lotus script判断字符串是不是是空行的函数

2012-10-07 
lotus script判断字符串是否是空行的函数Function isBlank(strr As String) As Stringstrr Trim(Replace

lotus script判断字符串是否是空行的函数

Function isBlank(strr As String) As Stringstrr = Trim(Replace(strr,Chr(13)+Chr(10),""))If(strr ="") ThenisBlank ="1"Else isBlank = "0"End IfEnd Function

热点排行