I am trying to write the words into a text file on load so the script will load all the words from a text into a hash table

The problem I am having is when I use this command to load the hash table from the list

if $exists(words.txt) { /hload words words.txt }

What shows up in the word.txt is

word11word22word33word44word55 }

and it will not load into the hash table

Now If I use the the long format to write the text and save it using /hsave -o words words.txt it saves all the words into the format above

If it saves the words into that format it shoud load by that same format using /hsload words words.txt
From what I gather the table is made
but the lines are not loadind using this command if $exists(words.txt) { /hload words words.txt }

I have checked the file is in the mirc folder
and if I manually type the hload command it will not load those words into the hash table

I am using a hash viewer to see if the table is loaded
and all my tables show up with information but this one it will
show there is a table but there is no information load onto the
table