/ ** * Bestimmen Sie, ob null * @param data */ function isnull (data) {return (data == "" || data == undefined || data == null)? "Keine": Daten; }