Advertisement
DraKiNs

[COD] StrLenght

Jul 1st, 2011
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.28 KB | None | 0 0
  1.  
  2. /*----------------------------------------
  3.  *
  4.  *           StrLenght
  5.  *       Criado por DraKiNs
  6.  *   (c) Copyright 2011, [iPs]TeaM
  7.  *
  8. /*-------------------------------------- */
  9.  
  10. StrLenght(str[])
  11. {
  12.     new len = 0xFFFFFFFF;
  13.     while (str[++len]) continue;
  14.     return len;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement