Hi,

Someone can explain me this pls :

artist = MP3Info.sArtist
title = MP3Info.sTitle
space = " - "

msgbox(artist + space + title) 'it doesn"t work it only show artist

msgbox(title + space + artist) 'it work fine


oO

thanks you