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
|
Results 1 to 5 of 5
Thread: String addition problemThreaded View
|
Click Here to Expand Forum to Full Width |