View Single Post
  #19  
Old 11-15-2003, 04:33 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
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.
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote