Function Point in Vbscript
Following code illuminate how to declare a Function Point using Vbscript:
Function Print(str)
Print str
End Function
Set foo = GetRef(“Print”)
foo “Hello world!”
posted on 2010-05-03 11:08 gyhanonline 阅读(225) 评论(1) 收藏 举报
二呆——我在Microsoft当Vendor :)
Following code illuminate how to declare a Function Point using Vbscript:
Function Print(str)
Print str
End Function
Set foo = GetRef(“Print”)
foo “Hello world!”
posted on 2010-05-03 11:08 gyhanonline 阅读(225) 评论(1) 收藏 举报