web tools rank checker

domain .cn
.net .cn .com.cn
你正在阅览 :: 简体中文:: 学习 ASP SQL VB HTML code

学习 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在阅览 :: 简体中文 Chinese_Simplified

学习.主题:
首页
ASP
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
. Array
. Functions
»IsArray
»IsDate
»IsNull
»IsNumeric
. Prevent_hacker
XML

SiteMap

3w....学习.教学 > VBSCRIPT > functions » isnull

3w learning

functions >
isnull

Title:

is it null ? true or false


辨识是否为无数据的VBscript函数
Description:

is null = chcek if it is null for true? ------ attention ------- Empty is false fot null


有东西: 布尔运算IsNull()就会回应False
没东西: 布尔运算IsNull()就会回应True
Example Code:

<% if isnull(rs("aData")) then end if %> <% if not isnull(rs("aData")) then end if %> ------------------------------------ <% bData=Empty if IsNull(bData) then response.write "it is true" else response.write "it is false" end if %> ----- Example 2 isnull() code script ----- <% dim string string="012345" If isNull(string) Then response.write IsNull(string)&"<br>" response.write((string)) else response.write (string)&"<br>" response.write(isNull(string)) end if %>


可运用检查数据或字符串是否为空的
Example Result:

it is false Example 2: 012345 False


---- -------------- ----- not isnull( ) , isnull( ) error: isnotnull( ) , notnull( ) ---- ---------- ----


..
...
...

[ 8/28/2008 ]

www learning school add more scripts and tips memo
You are at >>3WS.EZER.COM >> 3WS.EZER.COM/VBSCRIPT/FUNCTIONS/ISNULL.ASP>>VBSCRIPT
Helpful link:: SEO web tools :: Live PR | SERP checker
back to top Ezer code adding :: Questions ;email