Difference between revisions of "Manuals/calci/FIND"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''FIND ( | + | <div style="font-size:30px">'''FIND (text,textstring,num)'''</div><br/> |
− | *<math> | + | *<math>text</math> is the text you want to find. |
− | *<math> | + | *<math>textstring</math> is the text or string that contains the text you want to find. |
− | *<math> | + | *<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> | + | The first character in within_text is character number 1. If you omit <math>num</math>, it is assumed to be 1. |
==Description== | ==Description== |
Revision as of 04:43, 5 December 2013
FIND (text,textstring,num)
- is the text you want to find.
- is the text or string that contains the text you want to find.
- is the number to start the search.
Description
The first character in within_text is character number 1. If you omit , it is assumed to be 1.