Getting and setting status codes with status()
To get or set the status code of a value in Formula Engine code, you use the status() function.
To get or set the status code of a value in Formula Engine code, you use the status() function.
When implementing Formula Engine code - depending on the context - there are certain built-in variables available to you.
This article was updated on 25. June 2020 with some material showing how to test the behaviour of the Formula Engine function attribute with Adetta, our solution for testing Asset Control custom code.
Here, I want to talk about ado_browse, the Formula Engine function to search for ADOs.
In this article I want to discuss a pattern of combining ac_evalform and runparallel that can both simplify the implementation as well as allow increased performance by parallel processing.
Sometimes it is more straightforward to traverse a data structure if you would transpose it first, i.
Formula Engine - like many other programming languages - offers a map function.
If you want to create sublists of lists in Formula Engine, you can use the function elt.
The Formula Engine function text_write allows you to write to text files.
A brief demonstration on how to execute Formula Engine code via the Basic Java API.