if u are tryin to write a hash into a file u can use

/hload -sbni <name> <filename> [section]
/hsave -sbnioau <name> <filename> [section]
Load or save a table to/from a file.

else u cna try this

[code]set %i 1
while (%i < 16) {
write text.lst $+(word,%i)
write text.lst %i
inc %i 1
}
unset %i