April 2013 Archives

Custom Functions - Search / Contains

| No Comments | No TrackBacks
There is no string contains function by default, but one can be added using the code below.





Code:

var n=InputString.indexOf("in field 'Serial number' is not found in relating table 'Serial numbers'.");

if(n != -1)
{
    return 'Serial number is not found';
}


About this Archive

This page is an archive of entries from April 2013 listed from newest to oldest.

October 2010 is the previous archive.

Find recent content on the main index or look in the archives to find all content.

Categories

Pages

Powered by Movable Type 5.01