Name
LoadModule -- load a module / OBSOLETE
Synopsis
LoadModule(id, filename$)
Important note
This command is obsolete. Please use OpenMusic() instead.

Function
This function loads the module specified by filename$ into memory and gives it the identifier id. The module must be in Protracker format.

Inputs
id
identifier for the module
filename$
file to load
Example
LoadModule(5, "Modules/StardustMemories.mod")
The above declaration assigns module number 5 to the module "StardustMemories.mod" located in a subdrawer named "Modules".

Show TOC