why executing/checking commented code.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim

    #1

    why executing/checking commented code.

    Hi,

    ..net 2k3

    Why, when I go to test some code, does is the commented code being checked
    for errors? What is the point of commenting it?

    JPM


  • Chris

    #2
    Re: why executing/checking commented code.

    Jim wrote:
    Hi,
    >
    .net 2k3
    >
    Why, when I go to test some code, does is the commented code being checked
    for errors? What is the point of commenting it?
    >
    JPM
    >
    >

    It doesn't

    chris

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: why executing/checking commented code.

      "Jim" <idon't@want.sp amschrieb:
      Why, when I go to test some code, does is the commented code being checked
      for errors? What is the point of commenting it?
      No. Note that lines can be marked by either ''' (a single quote) or 'REM'
      as commands.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...