gyhanonline

二呆——我在Microsoft当Vendor :)

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  阅读(213)  评论(1编辑  收藏  举报

导航