Write ( char ; times )
Returns a string of char repeated n times
Average rating: 4.2 (30 votes) Log in to vote
Daniele Raybaudi - Show more from this author
ACI http://www.aci.it |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Write function
Author
Daniele Raybaudi
Format
Write ( char ; times )
Parameters
char - any character (or string);
times - number of times that the char must be repeated
Data type returned
text
Description
Returns a string of char repeated n times .
Write ( "a" ; 3 ) returns: aaa
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.