Bezeichnung
Label -- declare a new label / VERALTET
Übersicht
Label(name)
Beschreibung
Achtung: Dieser Befehl ist Teil der Hollywood 1.x Ereignisbibliothek. Sie sollten ihn nicht länger verwenden. Bitte benutzen Sie nun Funktionen anstelle von Labels.

This function declares a new label with the specified name. You can jump to this label with the Gosub() and Goto() commands then. Please note that name is not a string! You need to specify a variable name that will be used as the reference for this label.

Eingaben
name
identifier to use
Beispiel
Siehe Gosub
Siehe Goto


Navigation zeigen