Retrieving One Item From a Group
Often, there is one item within an array that needs to be utilized separately from the other values in that group. There are several ways to accomplish this in eFORMz, depending on the particular ...
Often, there is one item within an array that needs to be utilized separately from the other values in that group. There are several ways to accomplish this in eFORMz, depending on the particular ...
When an array variable in a procedure is going through its list, the user may want the pointer into the list (the index) that the array variable is currently using to be repeated. To do this, use ...