
-----------------------------------
qwertyuiop
Mon Dec 18, 2006 6:38 pm

friggin program
-----------------------------------
i am trying to have the user enter a word then i want to create a new string that has substituded the letters of that word to underscores.. i just cant figure it out can someone look through this code and point out my problem pleasevar puzzle : string
var puzzle2 : string
put "enter puzzle"
get puzzle
for i : 1 .. length (puzzle)
    if i > 65 and i  65 and i 