Results 1 to 4 of 4

Thread: Defining variables for starting/ending positions

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2003
    Posts
    27

    Defining variables for starting/ending positions

    Whats the best way to define variables for starting/ending positions in a rich text control box.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Defining variables for starting/ending positions

    Originally posted by thegenesi
    Whats the best way to define variables for starting/ending positions in a rich text control box.
    In a module so that you can access them from anywhere within your proj !

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2003
    Posts
    27
    i guess i should ask how do you do it

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by thegenesi
    i guess i should ask how do you do it
    Click Project menu , choose add module then type in your variables there between these two lines :
    for example
    VB Code:
    1. Module Module1
    2.  
    3. Public var1 as String
    4. Public var2 as Integer    
    5.  
    6. End Module

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