page451.vbs

来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 7 行

VBS
7
字号
'this will work, returns a reference to the first AddressEntry in 
'the AddressEntries collection
Set objAddressEntry = objAddressList.AddressEntries(1)
'this WILL NOT work, you cannot reference an AddressEntry object
'using the display name
Set objAddressEntry = objAddressList.AddressEntries("Fred Smith")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?