@@Timo Fleischmann
if (dataSetRow["TATNR"] = 0985)
In viele Programmiersprachen (in allen mit C-ähnlicher Syntax) ist =
der Zuweisungoperator. Der Vergleichsoperator ist ==
; in JavaScript typsicher: ===
.
Wenn du also nicht dataSetRow["TATNR"]
den Wert 0985
zuweisen willst, musst du
if (dataSetRow["TATNR"] == 0985)
bzw.
if (dataSetRow["TATNR"] === 0985)
schreiben.
LLAP 🖖
--
“You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
Selfcode:
“You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
Selfcode:
sh:) fo:} ch:? rl:) br:> n4:& va:| de:> zu:} fl:{ ss:| ls:# js:|