Skip to content

jpscharf/fmfunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmfunctions

A collection of FileMaker functions.

Change the provided date, using the provided number of days.

Extracts the field name from the FQFN (Fully Qualified Field Name).

Extracts the table name from the FQFN (Fully Qualified Field Name).

Format as currency.

Dependancies:

text.split

list.implode

Get the system platform as a human readable text string.

Returns a list of values that are in list1 but not in list2.

Joins the values (list) with the provided glue (text).

Will determine if a value (needle) exists in the provided list (haystack).

Returns the numerical position of the supplied value

Will return the index of the matching value (needle) in the list (haystack).

Remove blank list items.

Removes duplicate values from the list.

text.explode ( theDelimiter; theText ) UPDATE - Major Bug Fixed (January 23, 2013)

Splits a string using the delimiter into a list.

Fixed length text, padded and aligned.

Converts a text string to a path safe string.

Converts a string into a list, using the provided length.

Counts the number of weekdays within a date range.

NOTICE: If you began using the text.explode function prior to January 23, 2013, there was a bug that broke the function if the theDelimiter = ¶, or the delimiterLength > 1.

About

A collection of FileMaker functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published