Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Fellas,
My problem is the following. There are lots of macro's, or more specific .dvb files. They all need to execute a sub when executed. However, this sub might slightly change in the future.
What I could do is open each file, put the sub in there, and call it. However, when changing in the future, I'll have to change it everywhere.
What I want to do is just refer to the specific .dvb file where the sub is in, and call that sub in that .dvb from all the other .dvb files i've got, hopefully with just a few lines of code. So when changes are applied, all .dvb files are automatically updated.
Is this possible?
Thank u anyways.
Solved! Go to Solution.