Actions

Translations

Translations:Expression Manager - presentation/252/en

From LimeSurvey Manual

Revision as of 20:25, 12 December 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To make sure that you compare integer values, you can use intval(Q0.NAOK) > 50. Just remember if Q0.NAOK is not a number (empty or a string), then intval(Q0.NAOK) === 0. To compare string values ("A" < "B") use strcmp directly : strcmp(Q0.NAOK,"B") or strcmp(Q0.NAOK,"A5").