0
Love the ability to reference a code block in formulas
I have a sport league db, so there are lots of stats that use the same block of code. I would love the ability to reference the block of code once so I can make changes to once and it will update where ever I use it.
Thanks.
2 replies
-
Hi Fred,
You can already do this with a user defined function. It does not get much visibility in the Ninox reference, but it's there. This is the format for it...
function name(argument:data type,...) do
<script instructions>
end
You can store your functions in "Global script definitions" under the "Options" tab once the "Administration" wrench has been selected.
-
thanks, I'll give it a look.
Content aside
- 3 yrs agoLast active
- 2Replies
- 390Views