Skip to main content
Skip table of contents

GFCheck()

GFCheck() – Prüfung von Farbe / Größe

Die Funktion prüft in der Farben und Größentabelle, ob eine Farbe / Größe existiert.

ParameterBeschreibung

cTyp:C

Typ:
F - Farbe
G - Größe

nGruppe:N

Gruppennummer

Rückgabewert

Logisch / Boolean - Farbe / Größe existiert

Beispiel

CODE
if GFCheck('F', 1) then
   Meld('Die Farbe ist ' + FuG('F', 1, 'F1', 1)),
else
   Meld('Farbe existiert nicht'),
endif,
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.