include \masm32\include\masm32rt.inc ; pure Masm32 SDK code (© Hutch)
.code
start:
print "Hello World", 13, 10 ; BASIC
mov esi, chr$("Even this is BASIC") ; BASIC
.if find$(1, esi, "BASIC") ; BASIC
lea eax, [esi+eax-1]
print eax, " is the match", 13, 10 ; BASIC
.endif
inkey "hit any key" ; BASIC
exit
end start
Btw 63 posts now, and only one has traces of own code... when will you start showing us your MASM skills, deer?