print special characters in random
function randomChar(){
var a:Number = random(128) + 77;
var str = String.fromCharCode(a);
trace(str);
return str;
}
About this entry
You’re currently reading “print special characters in random,” an entry on multiplicité
- Published:
- Friday, August 26th, 2005 at 4:39 pm
- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Korea.
- Author:
- vizualizer
- Category:
- techne
No comments
Jump to comment form | comments rss