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 » isnumeric

3w learning

functions >
isnumeric

Title:

IsNumeric(expression) : False or True


辨识是否为数值的函数
Description:

Boolean VBscript function IsNumeric(expression) True or False


若字符串不为数值时布尔运算传回False值
若字符串为数值时布尔运算传回True值
Example Code:

<% dim string string="012345" If isNumeric(string) Then response.write IsNumeric(string)&"<br>" response.write((string)) else response.write (string)&"<br>" response.write(isNumeric(string)) end if %>


Example Result:


True 012345


..
...
...

[ 8/28/2008 ]

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