|
-
Aug 26th, 2000, 10:51 PM
#1
Thread Starter
Hyperactive Member
-
Aug 26th, 2000, 10:56 PM
#2
Frenzied Member
ir means that it prints out a value of an interger, or string, it is used if your program isn't working corectly to see where your error is
NXSupport - Your one-stop source for computer help
-
Aug 26th, 2000, 10:57 PM
#3
Code:
Debug.Print "Hello World"
Prints "Hello World" in the Immediate Window, if you dont see an immediate window hit Ctrl + G.
-
Aug 26th, 2000, 11:48 PM
#4
It's a very good debug board which comes to use for when you want to print little statements out:
Code:
For i = 0 to 100
Debug.Print i
Next i
That's basically it, it's mainly to check to make sure your code is going well.
-
Aug 27th, 2000, 07:00 AM
#5
Monday Morning Lunatic
If you're in Break Mode, then you can also use the Immediate Window to enter commands.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 27th, 2000, 01:23 PM
#6
Thread Starter
Hyperactive 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
|