Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Rename program does not propagate to all programs that call renamed program

#1
Hello,

If you change the name of a program, this change does not propagate to all programs that reference it:

...
prog1
prog2
...
main progam
call prog1
call prog2
...


If you rename prog2 to prog3
You have to manually update the old 'call prog2' to 'call prog3' in 'main progam'

Could this be done automatically?
V4.2.3.15661

Thanks.
  




Users browsing this thread:
1 Guest(s)