Split String
Split String is an advanced function used for splitting a string into its substrings based on a given delimiter/regular expression. It returns an array of strings after splitting an input string ...
Split String is an advanced function used for splitting a string into its substrings based on a given delimiter/regular expression. It returns an array of strings after splitting an input string ...
To rename a file to a unique name, use the advanced function “Rename to Unique”. The function works by appending an underscore and the timestamp to the end of the filename, before the ...
The ‘Choose One Of’ function can be used to choose a specific instance from an array by index or by matching against a parallel occurring variable. This function is particularly ...
As of eFORMz version 11.08, there is a “Number to Dollars” function which converts a decimal amount to a textual amount. There are two formats. The “Decimal Cents” ...
In this tutorial, we take a brief look at the Modulo function in eFORMz.
If the data for a UPC-A, UPC-E, EAN8 or an EAN13 barcode doesn’t have a check digit, it can be calculated within eFORMz. An example using a UPC-A barcode is shown below. To follow along, download ...
To make all text characters in a variable lowercase, use the Lowercase function. To make them all uppercase, use the Uppercase function. Basic Implementation 1. From the eFORMz Data Viewer, ...
To determine whether a given file exists or does not exist, use this function. 1. To verify if a specific file exists, right click the form and select Variable > By position. 2. Enter a name ...
Bulk concatenation refers to the ability to search large sections of text or to display specified text in a string format. The video below shows an example use. To implement a Bulk Concatenate ...
Trim extra blank spaces from the right or left of a Variable using the Right and Left Trim Functions. Basic Implementation 1. From the eFORMz Data Viewer, select the data you would like to apply ...