Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 615 Bytes

instr.md

File metadata and controls

24 lines (17 loc) · 615 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: INSTR
INSTR
12/17/2019
InStr
INSTR directive
fc37f6a2-3c95-47b2-b6bb-1066edd25994

INSTR

Finds the first occurrence of textitem2 in textitem1.

Syntax

name INSTRposition,textitem1, textitem2

Remarks

The starting position is optional. Each text item can be a literal string, a constant preceded by a %, or the string returned by a macro function.

See also

Directives reference
MASM BNF Grammar