How to Call Function from Another Script
Moderator: Gurus
-
- Posts: 294
- Joined: Sun Sep 07, 2008 10:46 am
- Location: Dominican Republic
- Contact:
How to Call Function from Another Script
Is there a way to call a function in a loaded script from another loaded script?
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Re: How to Call Function from Another Script
http://www.mediamonkey.com/wiki/index.p ... l::Include, for example:
Code: Select all
Script.Include "Auto\MagicNodes.vbs"
● Magic Nodes 4.3.3 / 5.2 ● RegExp Find & Replace 4.4.9 / 5.2 ● Invert Selection/Select None 1.5.1 ● Export/Create Playlists for Child Nodes 4.1.1 / 5.4 ● Expand Child Nodes/Expand All 1.1.2 ● Event Logger 2.7 ● Filtered Statistics Report 1.6 ● Track Redirection & Synchronization 3.4.2 ● Restore/Synchronize Database 3.1.8 / 4.0.1 ● Find Currently Playing Track 1.3.2 ● Queue List 1.2.1 ● Add to Library on Play 1.0.1 ● Tree Report for Child Nodes 1.1.1 ● Update Location of Files in Database 1.4.5 / 2.3 ● Inherit Child Playlists 1.0.2 ● Add Currently Playing/Selected Track(s) to Playlist 1.1.2
-
- Posts: 294
- Joined: Sun Sep 07, 2008 10:46 am
- Location: Dominican Republic
- Contact:
Re: How to Call Function from Another Script
Thanks man
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid