Difference between revisions of "UM:NetXMS Scripting Language (NXSL)"

m
Added category
m (Added category)
Line 498: Line 498:


Without short-circuit evaluation, trim(x) would cause run-time error if x is null. Also, long running function will only be called if condition (trim(x) == "abc") will be false.
Without short-circuit evaluation, trim(x) would cause run-time error if x is null. Also, long running function will only be called if condition (trim(x) == "abc") will be false.
[[Category:Scripting Guide]]
57

edits