home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / test.vbs < prev    next >
Encoding:
Text File  |  2004-06-01  |  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.