ASP CompareMode 属性

Dictionary 对象参考手册 完整的 Dictionary 对象参考手册

CompareMode 属性设置或返回在 Dictionary 对象中的比较键的比较模式。

语法

DictionaryObject.CompareMode[=compare]
参数描述
compare可选的。规定比较模式。

可采用下列值之一:

0 = vbBinaryCompare - 二进制比较
1 = vbTextCompare - 文本比较
2 = vbDatabaseCompare - 数据库比较

实例

<%
 dim d
 set d=Server.CreateObject("Scripting.Dictionary")
 d.CompareMode=1
 d.Add "n","Norway"
 d.Add "i","Italy"

 'The Add method will fail on the line below!

 d.Add "I","Ireland" 'The letter i already exists
 %>

Dictionary 对象参考手册 完整的 Dictionary 对象参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号