contents.gifindex.gifprev1.gifnext1.gif

Head

Purpose

Cuts out a portion of a string.

Arguments

Head( <start> , <expr> , <str1> )

Notes

The function looks for <str1> in <expr>, beginning at position <start>. If a match is found, all characters of <expr> from the first to the beginning of <str1> are returned. Null is returned if there is no match.