AtLineNoCase()

<< Click to Display Table of Contents >>

Navigation:  Index >

AtLineNoCase()

Previous pageReturn to chapter overviewNext page

Purpose

To determine the line number of a string within a multi-line string without regard for case

Syntax

AtLineNoCase(<cSearchFor>, <cSearchIn> ) nNumber

Argument

<cSearchFor> is the character string to search for

<cSearchIn> is the character string to search

Returns

AtLineNoCase() returns a numeric indicating the line number of <cSearchFor> within <cSearchIn>.  If <cSearchFor> is not found, AtLineNoCase() returns 0.