Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Live Search
spaceKeyDOC
placeholderSearch

Expand
titleTABLE OF CONTENTS
Table of Contents
minLevel2
maxLevel3

...

EFS specific functions in LUA filters and LUA question type

Info

Please note: Loop variables are not supported within the LUA environment.

setVariableValue(varName, varValue)

...

Get current GMT time

This code will always return the time on server side in GMT and can be used for date related calculations. By putting an exclamation mark (!) in front of the formatting in the date function, the returned date will always be using the GMT time zone.

Example code
Code Block
languagedelphi
setVariableValue("v_1", date("!%H %M"))

...