How to use IDEA equations in scripts and custom functions
Forums
IDEA has over 100 functions that can be used in the equation editor. The program has functions to manipulate character, numeric and time fields to name just a few. You can also access all these functions in IDEAScript and Custom Functions by putting an i in front of the function. So in the equation editor you use the @mid() function, if you wish to use it in a script or a custom function put an i in front of it like imid() to access it.
I agree, many languages allow
I agree, many languages allow you to do this with an array but unfortunately you can't do that with IDEA directly. Is this something you do often? I could create a function which would do this, basically you would create an array to hold the list and then the function searches the array for a hit.
I have located an IDEA v8
I have located an IDEA v8 Tutorial & saved the appendix listing functions to a separate file, then converted to PNG. Not all functions are supported in later versions of IDEA, but this at least gives interested parties a starting point to document "i-functions". As I have time I will create a script to determine what is functioning in IDEA v11.1
NOTE: Some are valid VBA Functions, but it will be nice to find iFunctions for VBA Functions IDEA Script does not recognise
Might be I lack the
In reply to Rob, when you post a comment by Brian Element
Might be I lack the permissions? I attached a screen shot.