Rem StringFind( str$,sub$,start=0 ) Look for a substring within a string The index of the first instance of <b>substring </b>found within <b>str,</b> or -1 if <b>substring </b>is not found End Rem