|
-
May 25th, 2004, 08:29 AM
#5
PowerPoster
Re: String addition problem
Originally posted by choas
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
As a matter of practice, it is best not to use variable names which might conflict with reserved names in VB.NET or databases etc. Use strSpace and strTitle.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|