Jump to content

Recommended Posts

Posted

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

Posted (edited)

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
Posted

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.

Thanks a lot!!! :-)

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
  • Recently Browsing   0 members

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