Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Copyright (c) 2012 [iPs]TeaM
- * Bruno da Silva (email@brunodasilva.com)
- * Transformar número em caractere.
- *
- * www.brunodasilva.com
- * www.ips-team.forumeiros.com
- */
- function intToChar(c) {
- return String.fromCharCode(c);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement