...
> Is there a function I can use to search for a certain string within some
> text? For example, something like:
> search("-","1234-5678")
> would return 5, because the "-" shows up in the 5th position of
> "1234-5678".
> Thanks,
> --
> Regards,
> Dave