When I use this code it writes the file but the file will not load in the hash table
Code:
alias first {
//write text.lst $+(word1,$chr(13),1,$chr(13),word2:,$chr(13),2,$chr(13),word3,$chr(13),3,$chr(13),word4,$chr(13),4,$chr(13),word5,$chr(13),5,$chr(13))
}
This is what shows up in the text file
Code:
word11word22word33word44word55
This Chatitor is $chr(13) or the hexadecimal numbers of cariage return
I am not shure why it will not load into the hash table.