| Key() | ใช้กำหนดค่า หรือคืนค่า ความหมาย ของ key ใน dictionary |
|---|
method:Key ( key )
return type:void, String
content:ใช้กำหนดค่า หรือคืนค่า ความหมาย ของ key ใน dictionary
example:Set dictionary = CreateObject ( “Scripting.Dictionary” ) dictionary.Key ( “เสวย” ) = “รับประทาน”