View Single Post
  #5 (permalink)  
Old 07-01-2005, 02:11 PM
JPnyc JPnyc is offline
Administrator
 
Join Date: Jan 2005
Posts: 419
Here ya go, check this out:
Includer.wsf
<job id="Includer">
<script language="VBScript" src="SnazzyInclude.vbs"/>
<script language="VBScript">
Option Explicit
Dim lngStory

Announcement
lngStory = 13245768
MsgBox CStr(Magic(lngStory)), vbOKOnly, cstrHead
</script>
</job>

You can call procedures from the included file.
__________________
Datamation Online Community Manager

.
Reply With Quote