|
-
Feb 24th, 2003, 11:15 PM
#1
Thread Starter
Junior Member
Defining variables for starting/ending positions
Whats the best way to define variables for starting/ending positions in a rich text control box.
-
Feb 24th, 2003, 11:25 PM
#2
Sleep mode
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 !
-
Feb 24th, 2003, 11:33 PM
#3
Thread Starter
Junior Member
i guess i should ask how do you do it
-
Feb 25th, 2003, 12:14 AM
#4
Sleep mode
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:
Module Module1
Public var1 as String
Public var2 as Integer
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|