摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 ''owc.vbs 2 class owc 3 private o 4 '傳入物件 5 public property set set_obj(o_id) ... 阅读全文
posted @ 2009-01-09 15:14
Athrun
阅读(454)
评论(0)
推荐(0)
摘要:
Class properties in VBScript are used to assign values to private variable and handle the process of data validation. Property Let: Which is used by the outside code to store a value in the private p... 阅读全文
posted @ 2009-01-09 11:21
Athrun
阅读(849)
评论(0)
推荐(0)