home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.8.3.809-MSWin32-x86.msi / _cf06d9ecb6559e8d1415dc73c0428445 < prev    next >
Encoding:
Text File  |  2004-02-02  |  284 b   |  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.