Sets the pointer position for the NextBadWord iterator.
 Declaration Syntax
 Declaration Syntax Parameters
 Parameters- pos (Int32)
 Remarks
 RemarksFurther calls to NextBadWord will look for the next bad word from position pos.
            If position > the text length it is set to the text length.
            If position < 0, it is set to zero.