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.

POS

Syntax

POS(Text, String to find, Start position)

Description

Returns the character position of a searched string in text. Returns 0 if not found.

Example

POS("Personalized Printing", " ", 1) => 13

Parameter description

Text

Any text expression or data field containing a text.

String to find

String to search for.

Start position

Position to start search from.

This function allows you to search for certain character in the value of a database field. The result will be the position of the character you are searching for.