Hi all,

Im working on a project and i need to conver text to a numeric value and back again so i figured i would use Ascii


what i hope to do is something like this webpage
http://getyourwebsitehere.com/jswb/text_to_ascii.html


I hope to convert something like "test"

to &# 116; &# 101;& # 120; &# 116;

text and then remove the &#

(added spaces so it will display)