How to get the line No. of the function name by Phoenix?<p>I want to get the line No. of the function name using Phoenix, for example, I want to the the line No. of sample_1,<br/><br/>1  int<br/>2  sample_1<br/>3  (int a)<br/>4  {<br/>5   int i;<br/>6   for(i=0;i&lt;100;i++)<br/>7   {<br/>8    if( i == a )<br/>9   {<br/>10    a = a*i;<br/>11  }<br/>12  }<br/>13    return i;<br/>14  }<br/><br/>Yes, I can get the &quot;{&quot;'s line number, but currently I do not how to get the function name's line No.<br/>Thanks</p>© 2009 Microsoft Corporation. All rights reserved.Sun, 14 Jun 2009 10:19:40 Z45e27d6e-d581-4cad-8448-61cc6285799chttp://social.msdn.microsoft.com/Forums/en-US/phoenix/thread/45e27d6e-d581-4cad-8448-61cc6285799c#45e27d6e-d581-4cad-8448-61cc6285799chttp://social.msdn.microsoft.com/Forums/en-US/phoenix/thread/45e27d6e-d581-4cad-8448-61cc6285799c#45e27d6e-d581-4cad-8448-61cc6285799cnkparrothttp://social.msdn.microsoft.com/Profile/en-US/?user=nkparrotHow to get the line No. of the function name by Phoenix?<p>I want to get the line No. of the function name using Phoenix, for example, I want to the the line No. of sample_1,<br/><br/>1  int<br/>2  sample_1<br/>3  (int a)<br/>4  {<br/>5   int i;<br/>6   for(i=0;i&lt;100;i++)<br/>7   {<br/>8    if( i == a )<br/>9   {<br/>10    a = a*i;<br/>11  }<br/>12  }<br/>13    return i;<br/>14  }<br/><br/>Yes, I can get the &quot;{&quot;'s line number, but currently I do not how to get the function name's line No.<br/>Thanks</p>Sun, 14 Jun 2009 10:19:39 Z2009-06-14T10:19:39Z