12. Returns in Text Strings | How to place a Return (Line Feed, New Line, Carriage Return) in a text string or create multi-line output | |
| How to compare dates within a computation. | |
10. Determine if a number is odd or even | The computation checks a number variable, and returns True if the number is even and False if it is odd | |
09. Test Your Computation One Line at a Time | An overview of using the STEP instruction to test buggy computations one line at a time. | |
08. Using Number/Date Values in a Text Computation | How to include a numeric/date value in a text computation. | |
07. Proration of Real Estate Taxes | For Real Estate closings. Prorates real estate taxes based upon the number of days in the current year that have elapsed as of the closing date. | |
06. Bold, Italic, or Underlined Text | A work-around that allows you to use simple text formatting (bold, italics, underline) in a computation variable. For word processor-based documents only. | |
05. Place a List in a Variable | Creates a list from the items in a repeated variable, and places the list in a single text variable so that it can be inserted anywhere in your document. | |
04. Copy a Repeated Variable | Makes an exact copy of a repeated variable. Copies each answer of one repeated variable into a second repeated variable. | |
01. Random Number Generator | Description: Generates a random number between 0 and 99. | |
02. Count how often a Multiple Choice answer was selected | Counts how many times each option of a MC variable was selected in a REPEAT. | |
03. Decimal numbers without the preceding "0" | Removes the preceding "0" from decimals less than 1 (e.g. "0.75" -> ".75"). | |