logo

New Response

« Return to the blog entry

You are replying to:

  1. Quick sanity check, when / how are you destroying the NotesSession class?

    On Error Goto ErrHandle

    Dim s as NotesSession

    Call s.Initialize

    [ remainder of script ]

    Goto Done

    ErrHandle:

    Debug.Print "Your favorite error trap here..."

    Resume Done

    Done:

    Set s = Nothing

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: