Scripting Questions
#8
Semicolons are more or less a (sometimes redundant) way to explicitly state that you are bringing the current command to a close.
If a command has all its arguments filled (or completely encapsulated in square brackets or parentheses), it doesn't need a semicolon.
A hard return functions nearly the same way as a semicolon, except that it is not treated as an actual character.
Just sayin.
Thanks given by:


Messages In This Thread
Scripting Questions - by Mikey - 04 Mar 11, 12:02AM
RE: Scripting Questions - by Bukz - 04 Mar 11, 12:30AM
RE: Scripting Questions - by Mikey - 04 Mar 11, 12:33AM
RE: Scripting Questions - by Ronald_Reagan - 04 Mar 11, 03:02AM
RE: Scripting Questions - by Gibstick - 04 Mar 11, 03:22AM
RE: Scripting Questions - by Ronald_Reagan - 04 Mar 11, 03:40AM
RE: Scripting Questions - by Gibstick - 04 Mar 11, 04:06AM
RE: Scripting Questions - by V-Man - 04 Mar 11, 08:35AM