Difference between revisions of "Sv Find"
Jump to navigation
Jump to search
clarified
imported>Odessa (created) |
imported>Odessa (clarified) |
||
Line 26: | Line 26: | ||
|Type = int}} | |Type = int}} | ||
}} | }} | ||
== | ==Minimum Syntax== | ||
<pre> | <pre> | ||
(int) Sv_Find ToFind:string Within:string_var | (int) Sv_Find ToFind:string Within:string_var | ||
</pre> | </pre> | ||
==Example== | ==Example== | ||
<pre> | |||
Sv_Find "this", MyStringVar | |||
</pre> | |||
==Additional Context== | |||
<pre> | <pre> | ||
string_var my_message | string_var my_message |