.. highlightlang:: us .. index:: IsFunctionLoaded .. _isfunctionloaded: IsFunctionLoaded ================ .. us.tag IsFunctionLoaded GERMAN New300 :ref:`IsFunctionLoaded` prüft, ob eine Funktion geladen ist. Nur geladene Funktionen können aufgerufen werden. .. function:: bool = IsFunctionLoaded(ssFunctionName) .. us.return **Returnwert** *bool* ist TRUE (1) falls die Funktion geladen ist und sonst FALSE (0). .. us.params **Parameter** .. uparam:: ssFunctionName *ssFunctionName* ist der Name einer Funktion. .. us.example **Beispiel** :: IsFunctionLoaded("strfind") 1.0000 .. seealso:: :ref:`uberblick-programmierung`, :ref:`type` :sub:`id-311568`