Results 1 to 2 of 2

Thread: Type Missmatch Help!!

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    IL
    Posts
    39

    Post

    I want to turn an integer varialble into a text/string, suchas...

    X = "I've said Hello " + Y + "Times doday."

    In wich X would then be posted on a TextHi.Text, and I would like Y to be an integer variable determined by how many times a button was clicked. How can I do that?

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    This should do the job:
    X = "I've said Hello " & Y & "Times doday."
    HTH

    ------------------
    Visual Basic Programmer
    ------------------
    PolComSoft
    You will hear a lot about it.


Posting Permissions

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



Click Here to Expand Forum to Full Width