Jump to content

disabling paragraph of code


Recommended Posts

Hi

I can disable my one line code by putting ;_IENavigate ($oIE, "http://ceb-eds/HRAAdministrationPhase3/ConfigureModulesPage.aspx")

but how to do the same for multiple lines of code

is there any way to select all paragraph at a time to disable them.

Pls help

Thanks

Suman

Link to comment
Share on other sites

Put a #cs tag before the first line and a #ce after the last, like this:

#cs
A couple lines
Of commented code
#ce

#cs and #ce are abbreviations of #comments-start and #comments-end.

Edited by Gabburd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...