Search:

Type: Posts; User: tushardevi

Search: Search took 0.02 seconds.

  1. VS 2017 Re: [I'M STUCK] Copying array list to text file

    si_the_geek.

    I figured it out! I just wrote ToString:

    PrintLine(1, myfiles(y).Tostring). And it works!!

    I like the way you dont give out the answer but give hints. That actually helps
    ...
  2. VS 2017 Re: [I'M STUCK] Copying array list to text file

    Module Module1

    Sub Main()
    Dim o As New System.IO.DirectoryInfo("C:\Users\Tushar\Documents")
    Dim myfiles() As System.IO.FileInfo
    myfiles = o.GetFiles()

    ...
  3. VS 2017 Re: [I'M STUCK] Copying array list to text file

    Hi si_the_geek

    I would like to apologise for using image instead of text. Also I am a beginner so I did not know the difference between an array and an array list. Anyways, it actually worked!
    ...
  4. VS 2017 [RESOLVED] Copying array list to text file

    154701

    As you can see I have made an array list with 3 random names. I would like to copy all the names to a file named hi.txt (see image). But as I run this code. The names do not appear on the...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width