With the recent update in Zoho Creator, we have enriched the deluge language with ‘Functions’ support.
Let’s see, ‘What is Function’ in scripting terminology. In simple terms, ‘A function is a set of statements grouped together under a name and can be invoked/reused from elsewhere in the scripting‘.
Usage of functions can be broadly classified under the following.
1).Write once and reuse utilities
2).Serves as bridge between applications (created by the same user)
3).Custom action integration in views
Write once and reuse utilities :
‘Functions’ promotes code re-usability of deluge script within an application and even across applicati
…




