Results 1 to 3 of 3

Thread: Load multilined data ...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2001
    Location
    Germany, BW
    Posts
    157

    Exclamation Load multilined data ...

    hy,
    i'm here again, yesterday i've aked you to
    save 4 txtboxes into 1 file ...
    it works, bu i have to load this **** now could u help me again .??

    This was the saving code:

    visual basic code:-------------------------------------------------------------

    Dim strFile As String
    Dim intFileNo As Long

    intFileNo = FreeFile
    strFile = Text1.Text & vbCrLf & Text2.Text & vbCrLf & Text3.Text & vbCrLf & Text4.Text

    Open "c:\myfile.txt" For Output As intFileNo
    Print #intFileNo, strFile
    Close #intFileNo

    --------------------------------------------------------------------------------

    i hope u can write a short example to show me how the


    LOADING works ...

    THX
    Last edited by [DBH]Longbow; Jul 13th, 2001 at 05:16 AM.
    Old enough to know better,
    but young enough to don't give a ****!

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Jul 2001
    Location
    Germany, BW
    Posts
    157

    Angry THX

    PLEEEEEAAAASSSSEEEE ... i need your help ... !!!! (realy)

    -----------------------------------------------------------------------
    #
    #-----------------------------------------------------------------------
    Old enough to know better,
    but young enough to don't give a ****!

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2001
    Location
    Germany, BW
    Posts
    157

    Unhappy THX

    thx 4 posting this ...

    i'll try it out this evening .. *G*

    cu

    -Longbow
    Old enough to know better,
    but young enough to don't give a ****!

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