Results 1 to 4 of 4

Thread: Variables Problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    18

    Question

    If a variable is modified by a user, in form1, it is posible to display the variable´s value on another form??


  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    if the variable is declared as COMMON it should be known by your second form.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    18
    How do i declare a variable as COMMON?

  4. #4
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    Code:
    Public stString as String
    Iain, thats with an i by the way!

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