NateO
Legend
- Joined
- Feb 17, 2002
- Messages
- 9,700
Hello,
I don't think a brief interruption will hurt...
See the following:
http://msdn.microsoft.com/library/en-us/veendf98/html/defstatement.asp
I'll quote, to be sure:
There's the madness to the method.
I don't think a brief interruption will hurt...
See the following:
http://msdn.microsoft.com/library/en-us/veendf98/html/defstatement.asp
I'll quote, to be sure:
It's a technique for combining two lines of code into one. You've probably seen this in action more than you may think; it's commonly used with the Else condition of an If Statement, and following Do in a Do/Loop Loop.statement
A syntactically complete unit that expresses one kind of action, declaration, or definition. A statement generally occupies a single line, although you can use a colon ( : ) to include more than one statement on a line. You can also use a line-continuation character (_) to continue a single logical line onto a second physical line.
There's the madness to the method.
- Edited by NPO: Added a space, the colon coerced to a smiley. =/