Dat Nguyen writes:

...

> According to the user guide, word(0) should be:
> 102            # 102 is ASCII code of `f'
> 
> What's happening?

Easy ... you should use

   word[0]

instead of 

   word(0)

:-))))))))

> Dat

\cle