21-03-2008, 08:46 PM
James Wrote:Did you make sure to use GSDs clsSadScript? If so the top should look like this:
Code:Option Explicit
Private Type define
sVari As String
sValue As String
End Type
Public WithEvents SControl As ScriptControl
Private sAllCode() As String
Private sSubs() As String
Private sFunctions() As String
Public p_colSubs As Collection
Public p_colFuncs As Collection
Public Path As String
Private m_oCrypt As clsRC4
Thanks for the help Magnus, but i already found the problem and fixed it.
(You see everyone! I can be nice!)