filetest.dms
function textfile(fileName, textadd, textinsert){
 text=new Strings;
 if(textadd){
  text.add(textadd);
 }else{
 }
 if(insert){
  text.insert(textinsert);
 }
 text.saveToFile(fileName);
}
function textfile(fileName, textadd, textinsert){
 text=new Strings;
 if(textadd){
  text.add(textadd);
 }else{
 }
 if(insert){
  text.insert(textinsert);
 }
 text.saveToFile(fileName);
}