|
-
Dec 21st, 2006, 11:31 PM
#1
Thread Starter
New Member
[RESOLVED] Immediate
Hi there,
Does anyone know how to use Immediate? could someone tell me how to use it?
thx b4
regards,
CuFoo
-
Dec 21st, 2006, 11:35 PM
#2
Hyperactive Member
Re: Immediate
Do you mean the window called Immediate? If that's what you mean, it's used from Debug.Print, which is where the text is displayed
For example, type
Debug.Print "Test"
Then press Ctrl-G
-
Dec 21st, 2006, 11:38 PM
#3
Re: Immediate
The only Immediate I know of is the Immediate Window.
The best place to learn about it is to open VB's help file and search for it.
-
Dec 21st, 2006, 11:42 PM
#4
Re: Immediate
Immediate window is used to check some variable values or the run time behaviour of your program or at design time you can use it as a rought sheet for your calculation or for immediate results...It can have only one line statements...to open your immediate window, Press Ctrl + G at any time either at runtime or designtime
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Dec 21st, 2006, 11:47 PM
#5
Thread Starter
New Member
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
|