Results 1 to 2 of 2

Thread: Checking whats in the text box...

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Wink

    How do I see what is in a text box? I want to have a value for each number so that the end effect will be a big math problem using letters.

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    ???

    msgbox text1.text

    or
    dim strString as string
    strString = text1.text

    then you can read the string or manipulate it
    via strFunctions
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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