« Zurück zu Produkt

Dokumentation

IPS_VariableProfileExists

 boolean IPS_VariableProfileExists (string $ProfilName) 

Parameterliste

ProfilName

Name des gesuchten Variablenprofils

Rückgabewert

Falls das Profil mit dem Namen ProfilName im System existiert, wird TRUE zurückgemeldet, andernfalls FALSE.

Beschreibung

Die Funktion prüft, ob das Variablenprofil mit dem Namen ProfilName existiert.

Beispiel

if (IPS_VariableProfileExists("Temperatur"))
    echo "Profil existiert bereits!";
Haben Sie noch Fragen?