>- see footer for list info -<
function name() {
}
What's not lined up? The closing brace lines up with the function it belongs
to.
Ade
-----Original Message-----
From: Russ Michaels (Snake) [mailto:[EMAIL PROTECTED]
Sent: 20 January 2005 14:20
To: 'Coldfusion Development'
Subject: RE: [CF-Dev] OT - JS Error
>- see footer for list info -<
And while your at it, please line up your openeing and closes braces,
nothing winds me up more than having to plough through code where the braces
are not lined up and you cannot tell where a block starts and ends,
especially when it's nested. Doing it like this makes debugging so much
easier.
Function name()
{
for()
{
code
if()
{
code
}
}
)
Russ
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<