<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello,<br><br>Is it possible to jump from one function to the beginning of another function?<br><br>For instance, assume wrapper_FOO is a wrapper for FOO. I replace the code<br>..............................<br>bar() {<br> FOO(...)<br>}<br>..............................<br>with<br>..............................<br>bar() {<br> 
wrapper_FOO(...)<br>
}<br>
..............................<br><br>Now, for efficiency, I'd like to have<br>wrapper_FOO() {<br>  <do some work><br>  jump FOO;<br>}<br><br>Thank you,<br>Dan<br><br /><hr />Insert movie times and more without leaving HotmailŪ. <a href='http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009' target='_new'>See how.</a></body>
</html>