Forum Discussion
karthik_sriniva
Nimbostratus
Apr 06, 2005How to Skip bunch of code
Hi,
Can any one let me know how to skip or prevent execution of block of code.
HTTP::release, will this acheive the same.
- unRuleY_95363Historic F5 AccountYou pretty much have two choices: 1) comment out the block of code, but do to a Tcl bug, you need to be careful to not leave unbalanced braces as Tcl take a pass at checking the balance of braces without consideration to comments; 2) You can use an if statement to skip code, as in:
if {0} { ... don't do this stuff ... }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects