domain .tw idv.tw .com.tw
你正在閱覽 :: 繁體中文:: 學習 ASP SQL VB HTML code

學習 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在閱覽 :: 繁體中文 Chinese_Traditional

學習.主題:
首頁
ASP
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
. Array
»Filter
»Split
»UBound
. Functions
. Prevent_hacker
XML

SiteMap

3w....學習.教學 > VBSCRIPT > array »

w3 learning

VBscript

Array

:: UBound

More detial or script code example

UBound(array name[,the largest dimension of the array])

UBound 讀取指訂的陣列中最大的註標
Description:

UBound(arrayX) returns the largest dimension size

UBound 陣列的極大( Up Bound)
LBound 陣列的極小(Low Bound)
UBound

VBscript

Array

:: Split

More detial or script code example

Split(expression[,delimiter[,count[,compare]]])

可將一資料格中的長字串或數據加以分割陣列化,以方便取用
Description:

expression Required. String expression containing substrings and delimiters. If expression is a zero-length string, Split returns an empty array, that is, an array with no elements and no data. delimiter Optional. String character used to identify substring limits. If omitted, the space character (" ") is assumed to be the delimiter. If delimiter is a zero-length string, a single-element array containing the entire expression string is returned. count Optional. Number of substrings to be returned; -1 indicates that all substrings are returned. compare Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings section for values vbBinaryCompare : 0 : Perform a binary comparison. vbTextCompare : 1 : Perform a textual comparison. ----- compare setting not often use ----- often only use like this:: Split(expression[,delimiter])

最常使用的模式為 :: Split(expression[,delimiter])
Split

VBscript

Array

:: Filter

More detial or script code example

Filter(Input Strings,value[,include[,compare]])

過濾出所含某特定元素並組成陣列
Description:

Filter(Input Strings,value[,include[,compare]]) Input Strings : The main strings Value : to be searched value Include : [ True ::( Default ) the array contains value ] [ False :: the array that does not contain value ] compare :optional Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings section for values comparison same as Split vbBinaryCompare : 0 : Perform a binary comparison vbTextCompare : 1 : Perform a textual comparison

Filter

..
...
...

[ 8/20/2008 ]

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