How do I find the desire space position in the string ?<br><br>example :<br> string = '69% wool 30% NYLON 1% Other'<br><br>can I find out the first space start with the position 11 ? Then it will return position 13 to me.<br><br>I can use Rat(), but it only can return the Last Space position of whole string . I want to search start from position 11 or any position.<br><br><br>any suggestion?<br>Thanks