home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Top100sh
/
Macro
/
GrounC
/
data1.cab
/
Example_Files
/
Sample3.gc
< prev
next >
Wrap
Text File
|
1998-08-20
|
475b
|
9 lines
// This sample demonstrates the commands that write text to a file
LogError("This line will go into an error log.")
LogEvent("This line will go into the system event log.")
LogSystem("test.log",DISK_C_FREE)
LogToFile("test.log","This is a test log entry")
WriteLineToFile("test.log","This line was entered by the command WriteLineToFile")
WriteToFile("test.log","This line was added by the command WriteToFile")
MessageBox("Macro has finished. Check the log files.")