Guest User

Untitled

a guest
Jul 23rd, 2010
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <I
  2. import "iUtils.js"
  3. // var s;
  4.  
  5. if(GetCharCount("_",IRELEASENAME) > GetCharCount(".",IRELEASENAME))
  6. s = StringReplace(IRELEASENAME, "_", " ");
  7. else
  8. s = StringReplace(IRELEASENAME, ".", " ");
  9.  
  10. print(ReduceCapitals(copy(s, 1, 82)));
  11. I>
Advertisement
Add Comment
Please, Sign In to add comment