zxtnt09 Posted October 25, 2015 Share Posted October 25, 2015 (edited) Hi guys,i Really don't know how to say this but i need to use something like that : $a = "Hello world my name is Sarah" if $a ;Like = "name is sarah" Then MsgBox (1,1,"i think your Full text is : " & $a) EndIfIt's meant, receive "Part" of text and send completed of that text.* Similar : Like in SQLThank alot Edited October 25, 2015 by zxtnt09 sql like Link to comment Share on other sites More sharing options...
jguinch Posted October 25, 2015 Share Posted October 25, 2015 StringInStr ? $a = "Hello world my name is Sarah" If StringInStr($a, "name is sarah") Then MsgBox(0, "", "i think your Full text is : " & $a) EndIf zxtnt09 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
zxtnt09 Posted October 25, 2015 Author Share Posted October 25, 2015 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now