Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gets the text inside the subfunction
#10
need slight adjustment to your code there is an error

if cursor is on the empty line in sub1 code
above #sub Sub2 m
it will capture the code in sub2 instead
 change 
 
Code:
Copy      Help
for _i lineN+1 0 -1

to
Code:
Copy      Help
for _i lineN 0 -1


Messages In This Thread
Gets the text inside the subfunction - by Davider - 11-27-2022, 03:12 AM
RE: Gets the text inside the subfunction - by Kevin - 12-01-2022, 04:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)