Quote:
Originally posted by Dach
you use
if (strcontains(#s(yourstring),partstring))
yes?
|
No.
strcontains is if the partstring is existant at all... what he need is that if the partstring is the start of the string..
therefore, if(startswith(-,#w(i)) { }
is the correct way to do.
And yes i do suck on scripting.