Difference between revisions of "Manuals/calci/FIND"

From ZCubes Wiki
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 id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''BIN2OCT'''</font></font><font face="Arial, sans-serif"><font size="2">(</font></font><font face="Arial, sans-serif"><font size="2">'''num'''</font></font><font face="Arial, sans-serif"><font size="2">, p)</font></font></font>
+
<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.
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Where 'num' is the binary number want to convert, and 'p' is the number of characters to use</font></font></font>
+
==Description==
  
</div>
+
The first character in within_text is character number 1. If you omit <math>starting-num</math>, it is assumed to be 1.
----
 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">It calculates the starting position of the first text string from the first character of the second text string. </font></font></font></div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">FINDcase sensitive and don't allow wildcard characters. </font></font></font>
+
==Description==
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">ftxt cannot contain any wildcard characters. </font></font></font>
 
  
</div>
+
==Examples==
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
FIND
+
==See Also==
 +
*[[Manuals/calci/BESSELJ  | BESSELJ ]]
  
</div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Bessel_function Bessel Function]
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let’s see an example in (D2)</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e.=FIND('e',D2) where D2is Beauty</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">is 2</font></font></font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="  " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="  " | Beauty
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 2
 
|
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class="                                      sshl_f              SelectTD SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
| class="  " |
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 05: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.

Description

Examples

See Also

References

Bessel Function