2011-03-29
Dismiss this until next updateThis documentation has been updated

The latest version of PrintShop Mail is currently 7.1. This documentation was updated on 2011-03-29 and covers the changes made in this version. If you are still using an older version of PrintShop Mail, you can access its documentation by using the Version: menu at the top-right corner of this screen.

If you wish to upgrade to PrintShop Mail7.1, you can do so via the Upgrade Request page. Note that in order to upgrade, you will need a valid OL Care contract as of 2010-09.

MID

Syntax

MID(Text, Start position,Size)

Description

Extracts characters from the supplied text, starting at the character position specified by start position and containing the number of characters specified by size.

Example

MID ("Personalized Printing", 5, 4) => onal

Parameter description

Text

Any text expression or data field containing a text.

Start position

Any numeric expression or data field containing a number (start position to get characters from).

Size

Any numeric expression or data field containing the number of characters to get.

This function allows you to print a number of characters of the value in the defined database field.

With MID, you can decide which character you want to start with and how many characters from that point onwards you want to print.