AT&T 6300 Programmer's Manual page 302

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

INSTR
Function
Syntax
start
string
substring
7-146
Searches for the first occurrence of a given
substring in a string, and returns the position
at which the match is found.
INSTR([start,]string,substring)
is an integer expression in the range 1 to 255, which
specifies where the search is to begin.
If
omitted, 1 is
assumed.
is a string expression (in particular a string constant or
variable) whose value is the string to be searched
is a string expression (in particular a string constant or
variable) whose first occurrence is to be reached for

Advertisement

Table of Contents
loading

Table of Contents