| Remove() | ใช้ลบชุดข้อมูลออกจาก dictionary |
|---|
method:Remove ( key )
return type:void
content:ใช้ลบชุดข้อมูลออกจาก dictionary
example:Set dictionary = CreateObject ( “Scripting.Dictionary” ) if ( dictionary.Exists ( “เสวย” ) ) { dictionary.Remove ( “เสวย” ) }