Create a multi-line variable
A multi-line variable is a variable of two or more lines of text. For example, the following address can be defined as a multi-line variable: Minisoft, Inc. 1024 First Street Snohomish, WA ...
A multi-line variable is a variable of two or more lines of text. For example, the following address can be defined as a multi-line variable: Minisoft, Inc. 1024 First Street Snohomish, WA ...
You can call built-in and user-defined functions (UDFs) through an eFORMz database connection. First, you configure the database connection, then create a variable to pass to the function as a ...
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 ...
To replace a character or string of characters with another, use the Replace function. To replace a character or string of characters with another, follow the instructions below. 1. From the ...