VB Code:
  1. DisplayText = "/me plays *AR - *SN"
  2. Replace DisplayText, "*AR", MP3.Artist
  3. Replace DisplayText, "*SN", MP3.Title
  4. Replace DisplayText, "*AL", MP3.Album

DisplayText still returns "/me plays *AR - *SN", all MP3 varibles have the correct text in them. *sighs* - I don't see what I'm dong wrong...