SuperStrict Local str:String = "This is a test of the Replace command." Print "Original: "+str str = Replace(str,"e","*") Print "Altered: "+str