home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netrunner 2004 October
/
NETRUNNER0410.ISO
/
regular
/
ActivePerl-5.8.4.810-MSWin32-x86.msi
/
_cf06d9ecb6559e8d1415dc73c0428445
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-01
|
284 b
|
16 lines
Dim objTest
Set objTest = WScript.CreateObject("First.WSC")
MsgBox objTest.SayHello, vbInformation, "Test"
objTest.YourName = "world"
MsgBox objTest.SayHello, vbInformation, "Test"
objTest.YourName = "world again"
MsgBox objTest.SayHello, vbInformation, "Test"