Isnull
From EventScripts Community Encyclopedia
|
OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: {{{x}}} DescriptionChecks a variable to see whether it is null or not (i.e. "" not just 0) Parameters
Examples//Does this keyvalue exist? es_xsetinfo myvar 0 es_keygetvalue myvar mykeygroup mykey mykeyvalue es_xsetinfo return 0 isnull return myvar if (server_var(return) = 1) then es_xlog The keygroup and key exist but there is no keyvalue set there
Notes
See also
External linksisnull
|
