I get an error message "Expected Array".
VB Code:
  1. dim temp as string
  2. temp = Split(filename, " - ")
  3.  
  4.    
  5.     temp(0) = artist
  6.     temp(1) = Songname