Atn()
Calculates the value containing the angle whose tangent is the specified number. The result is a double type. The example below calculates pi.
- Read more about Atn()
- Log in or register to post comments
Abs()
Returns the absolute value of a specified number.
- Read more about Abs()
- 2 comments
- Log in or register to post comments
Remove Blanks from an Array
This function will remove any blank elements within an array.
- Read more about Remove Blanks from an Array
- Log in or register to post comments
How to sort an array
Somteimes you need to be able to sort an array. This function will take a single array and sort it in alphabetical order.
- Read more about How to sort an array
- 7 comments
- Log in or register to post comments
2nd - 3rd - 4th digit test
This script will perform the 2nd, 3rd and 4th digit test which is based on Benford's Law. The test is based on Mark J. Nigrini's book Benford's Law Applications for Forensic Accounting, Auditing, and Fraud Detection. The script will create one file for each digit test.
Feb 14, 2013 - Updated for IDEA v9.
- Read more about 2nd - 3rd - 4th digit test
- Log in or register to post comments
Log10
This function will return a Log10 value
- Read more about Log10
- Log in or register to post comments
Identify Blank / Repeat Fields
This script will identify any blank fields or fields in which the information repeats. The scrpt will rename the fields based on a prefix that the user gives. It also write a text file to the working directory of the fields which should be kept. The script will then create a new IDEA file which will list the fields that contain empty or repeating data and allows the user to decide if they wish to keep or delete the field. The user would then run the script a second time in order to delete the choosen fields.
- Read more about Identify Blank / Repeat Fields
- 2 comments
- Log in or register to post comments
Replace function
This function allows you to replace part of a string with another part. So if you have a string "ACBDEFGH" and you want to replace "DEF" with "MNO" using this function it would return "ABCMNOGH"
- Read more about Replace function
- Log in or register to post comments
Get a folder
This function will open a dialog that will display the folders on your computer which you can then choose one from. The second form only opens at the working directory level.
- Read more about Get a folder
- 4 comments
- Log in or register to post comments
Byte
Name: Byte
Type: Integer - Numbers with no fractional part
Range: 0 to 255
- Read more about Byte
- Log in or register to post comments