sumanroy Posted April 27, 2007 Posted April 27, 2007 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
Gabburd Posted April 27, 2007 Posted April 27, 2007 (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 April 27, 2007 by Gabburd
sumanroy Posted April 27, 2007 Author Posted April 27, 2007 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!!! :-)
Wolffe Posted April 27, 2007 Posted April 27, 2007 If you are using scite you can highlight the block of code and hit the - on the keypad. It will comment it all out.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now