Peter Wagemans Posted December 10, 2004 Share Posted December 10, 2004 syntax: FindRepetition ( searchString; repeatingField; start; occurrence; end; partialMatch; matchCase ) voorbeeld input en resultaat: zie bijgevoegd bestandje Let ( theString = GetRepetition ( repeatingField ; start ) ; Case ( start > end ; 0 ; PatternCount ( theString ; searchString ) = 0 ; FindRepetition ( searchString; repeatingField ; start + 1 ; occurrence ; end ; partialMatch ; matchCase ) ; partialMatch = 0 and theString <> searchString ; FindRepetition ( searchString; repeatingField ; start + 1 ; occurrence ; end ; partialMatch ; matchCase ) ; partialMatch = 0 and matchCase <> 0 and not Exact ( theString ; searchString ) ; FindRepetition ( searchString; repeatingField ; start + 1 ; occurrence ; end ; partialMatch ; matchCase ) ; partialMatch <> 0 and matchCase <> 0 and ( not FindRepetition ( searchString; Middle ( theString ; Position ( theString ; searchString ; 1 ; 1 ) ; Length ( searchString ) ); 1 ; 1 ; 1 ; 0 ; 1) ); FindRepetition ( searchString; repeatingField ; start + 1 ; occurrence ; end ; partialMatch ; matchCase ) ; occurrence <> 1 ; FindRepetition ( searchString; repeatingField ; start + 1 ; occurrence - 1 ; end ; partialMatch ; matchCase ) ; start ) ) FindRepetition.fp7 Quote Link to comment
0 rmw Posted January 3, 2005 Share Posted January 3, 2005 Kan de download in zip formaat? Ik kan met Safari 1.2.4 op OS X 10.3.7 nog steeds geen filemaker bestanden binnen halen. rmw Quote Link to comment
0 Peter-Paul Posted December 15, 2005 Share Posted December 15, 2005 Bij deze FindRepetition.zip Quote Link to comment
0 rmw Posted December 15, 2005 Share Posted December 15, 2005 Dank. Maar met OS X 10.4.3 en Safari 2.0.2 lukt het tegenwoordig wel. rmw Quote Link to comment
Question
Peter Wagemans
syntax:
voorbeeld input en resultaat: zie bijgevoegd bestandje
FindRepetition.fp7
Link to comment
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.