English Translation of Script Examples vbscript autoit php batch
Sprache ändernEnglish (United Kingdom) German (DE)

Compare in vbscript

(1)
rate this article
(3)

Content compare in vbscript

compare="whole text"
search="text"
pos=InStr(compare,search)
if pos > 0 then wscript.echo "found assurance of text in whole text "
if pos = 0 then wscript.echo "not found"





compare.vbs Größe:(0.13 kB): Download

<<< run external in vbscript pass variables from Command Line to vbscript >>>


new article

Search on this page
19.05.2012 02:07 now 2 Reader online