I want length(string) but this thing always returns true, whats the command for mw2 ?
i tried this also
but counter is always 0
Code:
Length( <vector> )
Module: Vector
Summary:
Returns the length of the given vector
Example:
dist = Length( models[j].origin - center );
Required Args:
1 : <vector> A vector
i tried this also
Code:
counter= 0;
foreach( char in MyString )
{
counter += 1;
}