Software Venture Consulting
ToMarket

FileMaker Pro downloads & Resources
FileMaker Custom Functions
FileMaker Web Viewer Examples
FileMaker Pro & Lasso Consulting
Training
FileMaker Books
FileMaker Articles
FileMaker Error Reference

Free Web Tools
Free FileMaker Tools

Personal Pages
Videos
Adventures
Links

Shopping Cart
Shopping Cart

Search:

Free Newsletter
Signup


Brian Dunning
Contact me | vCard


Brian on CNN
Brian on CNN


Brian on CBS Radio


Privacy Policy



FileMaker is a registered trademark of FileMaker, Inc. in the U.S. and other countries.

 FileMaker Pro Custom Functions

List  |  Show Random  |  Upload  |  Add This to Your Site

NoRepDigit ( hightDigit ; digitCount )

Rate this function:  

RatingRatingRatingRatingRating
  Average rating: 3.5  (6 votes)
  Discuss this Custom Function

Daniele Raybaudi, ACI
www.aci.it

returns a random number of "digitCount" digits with all different digits from 1 to "hightDigit"

Sample Input:
NoRepDigit ( 5 ; 5 )
NoRepDigit ( 8 ; 5 )
Sample Output:
12345
23781


 Then copy & paste into FileMaker Advanced's Edit Custom Function window.

Click here to copy To Clip Manager if you have myFMbutler's Clip Manager installed

Description:

Format: NoRepDigit ( hightDigit ; digitCount )

Params:
hightDigit - number (max 9)
digitCount - number (max 9)

Result:
returns a random number of "digitCount" digits with all different digits from 1 to "hightDigit"
(produce in modalità random un numero di lunghezza: "digitCount" con cifre tutte diverse tra 1 e "hightDigit");
two examples (due esempi):
NoRepDigit ( 5 ; 5 ) may return (può produrre): 12345;
NoRepDigit ( 8 ; 5 ) may return (può produrre): 23781.
"digitCount" can't ever be highter than "hightDigit"
("digitCount" non deve mai essere superiore a "hightDigit")
the number returned has no zero inside
(il numero creato non conterrà alcun zero).

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

This is my Custom Function and I want to edit it

Discuss:

There are no comments yet. Be the first to post a comment about this Custom Function! Please try to keep it brief & to the point. Anyone can post:

Your Name:
City/Location:
Comment:
characters left. If you paste in more than 1500 characters, it will be truncated. Discuss the function - advertisements and other useless posts will be deleted.
Answer 0 + 4 =
Search for Custom Functions:

Custom Functions Widget
Download the Custom Function Dashboard Widget for OS X
Keep all the latest Custom Functions right at your fingertips!

Newest Custom Functions:

1. SUMLIST ( list )
  (Mon, Feb 08, 1:43pm)
2. RemoveSmartQuotes (text)
  (Sun, Feb 07, 9:25pm)
3. ParseAllBetween ( source ; start ; stop ; startPos ; result )
  (Sun, Jan 31, 12:50pm)
4. ParseBetween ( source ; start ; stop )
  (Sun, Jan 31, 12:44pm)
5. GetValueCustom ( text ; delimiter ; valueID )
  (Mon, Jan 25, 7:12pm)
6. List2 ( RelatedField )
  (Sun, Jan 24, 4:06pm)
7. MultiLineKey ( input ; size ; output )
  (Tue, Jan 19, 9:26pm)
8. DeduplicateList ( input ; output )
  (Tue, Jan 19, 9:16pm)

RSS Feed of Custom Functions