国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > VBScript > 正文

VBS教程:函數-InStr 函數

2019-10-26 17:57:10
字體:
來源:轉載
供稿:網友

InStr 函數

返回某字符串在另一字符串中第一次出現的位置。

InStr([start, ]string1, string2[, compare])

參數

start

可選項。數值表達式,用于設置每次搜索的開始位置。如果省略,將從第一個字符的位置開始搜索。如果 start 包含 Null,則會出現錯誤。如果已指定 compare,則必須要有 start 參數。

string1

必選項。接受搜索的字符串表達式。

string2

必選項。要搜索的字符串表達式。

compare

可選項。指示在計算子字符串時使用的比較類型的數值。有關數值,請參閱“設置”部分。如果省略,將執行二進制比較。

設置

compare 參數可以有以下值:

常數描述
vbBinaryCompare0執行二進制比較。
vbTextCompare1執行文本比較。

返回值

InStr 函數返回以下值:

如果InStr 返回
string1 為零長度0
string1 為 NullNull
string2 為零長度start
string2 為 NullNull
string2 沒有找到0
在 string1 中找到 string2找到匹配字符串的位置
start > Len(string2)0

說明

下面的示例利用 InStr 搜索字符串:

Dim SearchString, SearchChar, MyPosSearchString ="XXpXXpXXPXXP"   ' String to search in.SearchChar = "P"   ' Search for "P".MyPos = Instr(4, SearchString, SearchChar, 1)   ' A textual comparison starting at position 4. Returns 6.MyPos = Instr(1, SearchString, SearchChar, 0)   ' A binary comparison starting at position 1. Returns 9.    MyPos = Instr(SearchString, SearchChar)   ' Comparison is binary by default (last argument is omitted). Returns 9.MyPos = Instr(1, SearchString, "W")   ' A binary comparison starting at position 1. Returns 0 ("W" is not found).

注意 InStrB 函數使用包含在字符串中的字節數據,所以 InStrB 返回的不是一個字符串在另一個字符串中第一次出現的字符位置,而是字節位置。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 宜兴市| 延吉市| 伊金霍洛旗| 林周县| 晋宁县| 南川市| 青田县| 泗洪县| 会昌县| 贺兰县| 尚志市| 天峻县| 东乡县| 孟州市| 镇原县| 福建省| 齐齐哈尔市| 平定县| 高碑店市| 武义县| 红桥区| 颍上县| 长葛市| 南靖县| 靖边县| 辽阳县| 百色市| 河东区| 鄢陵县| 中牟县| 简阳市| 武定县| 大同市| 临泽县| 奉节县| 靖江市| 延边| 方正县| 大安市| 和政县| 宝坻区|