Results 1 to 12 of 12

Thread: for next problem [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    for next problem [RESOLVED]

    why doesn't this work?

    Code:
    dim filename as new file
    for each filename
      'i send it to a subroutine to extract info
    next filename
    what do I need to do to successfully search through an unknown # of mp3 filenames( I have over 10,000) and send each filename to my subroutine (as a string variable called fileName) to split it up (I have the code written to split it up for artist, album, so forth)?
    Last edited by Andy; Dec 29th, 2003 at 03:22 AM.

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