26 Oct
2021
26 Oct
'21
8:42 a.m.
On Oct 26, 2021, at 8:39 AM, Clayton Milos <clay@milos.co.za> wrote:
Thanks for the quick reply, it's exactly what I need!
Good to hear.
My understanding of the redundant section was wrong, I thought it applied only to SQL and not to any module.
$ man unlang All of the keywords are documented there. Unless it says otherwise (e.g. "update"), the contents of any keyword block can be anything. e.g. for KEYWORD of redundant, load-balance, group, if, else are all the same: KEYWORD { STUFF } "STUFF" can be any of the other keywords, "update" blocks, etc. Alan DeKok.