Difference between revisions of "Manuals/calci/FIND"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''BIN2OCT'''</font></font><font face="Arial, sans-...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''FIND (to-find,contain-text,starting-num)'''</div><br/> |
+ | *<math>to-find</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>starting-num</math> is the number to start the search. | ||
− | + | ==Description== | |
− | + | The first character in within_text is character number 1. If you omit <math>starting-num</math>, it is assumed to be 1. | |
− | |||
− | |||
− | |||
− | |||
− | + | ==Description== | |
− | |||
− | + | ==Examples== | |
− | |||
− | |||
− | + | ==See Also== | |
+ | *[[Manuals/calci/BESSELJ | BESSELJ ]] | ||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Bessel_function Bessel Function] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 04:42, 5 December 2013
FIND (to-find,contain-text,starting-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.