<HTML>
<HEAD>
<TITLE>VBScript函数查询</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="VBScript函数查询,查询大全,在线查询,免费查询,在线免费查询,全部查询,查询,在线检索,免费检索,检索大全,所有检索,免费资源,免费大全">
<meta name="description" content="VBScript函数查询,查询大全,在线查询,免费查询,在线免费查询,全部查询,查询,在线检索,免费检索,检索大全,所有检索,免费资源,免费大全">
<LINK href=images/style.css rel=stylesheet>
<BODY>
<TABLE class=tablebody cellSpacing=0 cellPadding=0 border=0 width="681">
<TR>
<TD class=lr vAlign=top align=middle bgColor=#fffff3>
<TABLE class=infotable cellSpacing=0 cellPadding=0 border=0 width="600">
<TR>
<TD align=left colspan="4"> </TD></TR>
<TR>
<TD align=left width="45" rowspan="2">
<IMG height=50
src="images/home.gif" width=45></TD>
<TD align=left width="364" valign="bottom">
<b><font size="5" color="#6F706A">VBScript函数查询</font></b>
</TD>
<TD align=center width="102" rowspan="2">
</TD>
<TD align=left width="89" height="26" valign="bottom">
</TD></TR>
<TR>
<TD align=left width="364" valign="bottom">
</TD>
<TD align=left width="89" valign="top">
</TD></TR>
<tr>
<TD colspan="4">
<TABLE class=infotable cellSpacing=0 cellPadding=0 border=0>
<TR>
<TD vAlign=top width=360>
<TABLE cellSpacing=0 cellPadding=0 width=593 border=0>
<TR>
<TD vAlign=top width=593 colSpan=4></TD></TR>
<TR>
<TD vAlign=top width=593 colSpan=4>
<IMG height=28
src="images/news.gif"
width=600></TD></TR>
<TR>
<TD class=leftwindow width=304 style="background-image: url('images/leftwindow.gif')" height="71%" rowspan="4"></TD>
<TD align=middle width=566 bgColor=#FFFFF3 colspan="2"></TD>
<TD class=rightwindow width=10 style="background-image: url('images/rightwindow.gif')" height="71%" rowspan="4"></TD></TR>
<TR>
<TD align=middle width=566 bgColor=#FFFFF3 colspan="2">
<p class="style2">
<div align="center">
<center>
</center>
</div>
<div align="center">
<table width=484 border=0 cellpadding=3 cellspacing="1" align=center>
<tr valign="middle" bgcolor="#21aade">
<td width="25%" height="27" align="center">
<p align=center><font color="#FFFFFF" style="font-size: 9pt">VBScript 函数
</font>
</td>
<td width="41%" align="center">
<p align=center> <font color="#FFFFFF" style="font-size: 9pt">功能说明
</font>
</td>
<td width="30%" align="center">
<p align=center> <font color="#FFFFFF" style="font-size: 9pt">例子
</font>
</td>
</tr>
<tr>
<td width="25%" valign=top> <font color="#666666" style="font-size: 9pt"> <br>
Abs (数值)</font></td>
<td width="41%" valign=top> <font color="#666666" style="font-size: 9pt">绝对值。一个数字的绝对值是它的正值。空字符串 (null) 的绝对值,也是空字符串。未初始化的变数,其绝对为 0</font></td>
<td width="30%" valign=top> <font color="#666666" style="font-size: 9pt">例子:ABS(-2000) <br>
结果:2000</font></td>
</tr>
<tr>
<td valign=top><font color="#666666" style="font-size: 9pt">Array (以逗点分隔的数组元素)</font></td>
<td valign=top><font color="#666666" style="font-size: 9pt">Array 函数传回数组元素的值。</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子: <br>
A=Array(1,2,3)<br>
B=A(2)<br>
结果: 2<br>
说明:变量B为A数组的第二个元素的值。 </font> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">Asc (字符串)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">将字符串的第一字母转换成 ANSI (美国国家标准符号)字码。</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子:Asc("Internet")<br>
结果:73<br>
说明:显示第一字母 I 的 ANSI 字码。 </font> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CBool(表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">转换成布尔逻辑值变量型态(True 或False )</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子:CBool(1+2)<br>
结果:True </font> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CDate (日期表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">换成日期变量型态。可先使用 IsDate 函数判断是否可以转换成日 期。</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子: CDate (now( )+2) <br>
结果:2000/5/28 10:30:59 </font> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CDbl(表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">转换成DOUBLE变量型态。</font></td>
<td valign=top> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">Chr ( ANSI 字码)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">将ASCII 字码转换成字符。</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子: Chr ( 72 )<br>
结果: H </font> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CInt (表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">转换成整数变量型态。</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子: CInt ("3.12") <br>
结果: 3 </font> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CLng (表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">转换成LONG 变量型态。</font></td>
<td valign=top></td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CSng (表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">转换成SINGLE 变量型态。</font></td>
<td valign=top> </td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">CStr (表达式)</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">转换成字符串变量型态。</font></td>
<td valign=top> </td>
</tr>
<tr>
<td valign=top><font color="#666666"><span style="font-size: 9pt">Date ( )</span></font><a href="#top"><font color="#666666"><span style="font-size: 9pt">top</span></font></a></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">传回系统的日期。</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">例子: Date <br>
结果: 2000/5/13</font></td>
</tr>
<tr>
<td valign=top> <font color="#666666" style="font-size: 9pt">DateAdd ( I , N , D )</font></td>
<td valign=top> <font color="#666666" style="font-size: 9pt">将一个日期加上一段期间后的日期。 I :设定一个日期( Date )所加上的一段期间的单位。譬如 interval="d" 表示 N的单位为日。 I的设定值如下: <br>
yyyy Year 年 <br>
q Quarter 季 <br>
m Month 月 <br>
d Day 日 <br>
w Weekday 星期 <br>
h Hour 时 <br>
n Minute 分 <br>
s Second 秒 <br>
N :数值表达式,设定一个日期所加上的一段期间,可为正值或负值,正值表示加(结�
评论1