| Exists() | ใช้ตรวจสอบว่ามีคำศัพท์ที่กำหนดใน dictionary หรือไม่ |
|---|
method:Exists ( key )
return type:boolean
content:ใช้ตรวจสอบว่ามีคำศัพท์ที่กำหนดใน dictionary หรือไม่
example:Set dictionary = CreateObject ( “Scripting.Dictionary” ) if ( dictionary.Exists ( “เสวย” ) ) { dictionary.Remove ( “เสวย” ) }