Bezeichnung
IsModule -- determine if a module is in a supported format / VERALTET
Übersicht
ret = IsModule(file$)
Wichtiger hinweis
Dieser Befehl ist veraltet. Bitte verwenden Sie stattdessen IsMusic().

Beschreibung
This function will check if the file specified file$ is in a supported module format. If it is, this function will return True, otherwise False. If this function returns True, you can load the module by calling LoadModule().

Eingaben
file$
file to check
Rückgabewerte
ret
True if the module is in a supported format, False otherwise

Navigation zeigen