home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _cf06d9ecb6559e8d1415dc73c0428445 < prev    next >
Text File  |  2004-06-01  |  284b  |  16 lines

  1.  
  2.  
  3. Dim objTest
  4.  
  5. Set objTest = WScript.CreateObject("First.WSC")
  6.  
  7. MsgBox objTest.SayHello, vbInformation, "Test"
  8.  
  9. objTest.YourName = "world"
  10.  
  11. MsgBox objTest.SayHello, vbInformation, "Test"
  12.  
  13. objTest.YourName = "world again"
  14.  
  15. MsgBox objTest.SayHello, vbInformation, "Test"
  16.