+ Reply to Thread
Results 1 to 3 of 3

Concatenate string variables in VB

  1. #1
    Registered User
    Join Date
    11-04-2004
    Posts
    8

    Concatenate string variables in VB

    Hi

    I may be really thick here, but how do you join 2 or more strings in VB? I have tried + and it does not work.

    I need to join variables and a string:

    title [space] surname to form salutation


    Thanks

    Liz

  2. #2
    Registered User
    Join Date
    01-18-2004
    Posts
    15
    use &

    title surname are variables

    ="Good Morning" & " " & title & " " & surname
    Last edited by Avner; 09-13-2006 at 09:33 AM.

  3. #3
    Registered User
    Join Date
    11-04-2004
    Posts
    8

    Thanks

    I knew I was being thick.....

    Willow

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1