Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 629 Bytes

at-instr.md

File metadata and controls

20 lines (15 loc) · 629 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: @InStr
@InStr
12/17/2019
@InStr
@InStr symbol
980d5b9f-2b88-4306-8955-df6cd2133e68

@InStr

Macro function that finds the first occurrence of string2 in string1, beginning at position within string1. If position does not appear, search begins at start of string1. Returns a position integer or 0 if string2 is not found.

Syntax

@InStr(position, string1, string2 )

See also

Symbols reference
MASM BNF Grammar