| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''FIND (to-find,contain-text,starting-num)'''</div><br/> | + | <div style="font-size:30px">'''FIND (text,textstring,num)'''</div><br/> |
| − | *<math>to-find</math> is the text you want to find. | + | *<math>text</math> is the text you want to find. |
| − | *<math>contain-text</math> is the text or string that contains the text you want to find. | + | *<math>textstring</math> is the text or string that contains the text you want to find. |
| − | *<math>starting-num</math> is the number to start the search. | + | *<math>num</math> is the number to start the search. |
| | | | |
| | ==Description== | | ==Description== |
| | | | |
| − | The first character in within_text is character number 1. If you omit <math>starting-num</math>, it is assumed to be 1. | + | The first character in within_text is character number 1. If you omit <math>num</math>, it is assumed to be 1. |
| | | | |
| | ==Description== | | ==Description== |