Git Product home page Git Product logo

custom-functions's Introduction

custom-functions

FileMaker Custom Functions (aka user-defined functions)

'ArrayReformat' transforms any lists with any separator into a text array in any syntax you specify (JSON, CSV, etc.)

'ArrayCombine' returns a combined array from two separate arrays, similar to php's array_combine function

'CullNulls' by Debi Fuchs removes all empty items from a list. Added in effort to provide all 3rd party dependencies/includes required by our custom functions.

'GetFileSize' transform byte size into a human readable memory string (i.e. '10 Megabytes' )

'GetLayoutObjectNames' extracts list of all named layout objects from the specified file name and layout name and returns json, value list, or named value list.

'GetMajorVersion' extracts Major application version number (as string) from version string. This function is intended to evaluate file names, server application version, API versions, global variables, window names, or any other string you throw at it.

'GetMinorVersion' extracts Patch and Minor application version numbers (as string) from version string. This function is intended to evaluate file names, server application version, API versions, global variables, window names, or any other string you throw at it.

'GetRelativeDayName' returns relative day name for today, 7 days into the past, and one day into the future in abbreviated or fully spelled format.

'GetSystemPlatformVersion' transforms host OS name & version number, or OS abbreviation & browser version, to human readable format

'GetLayoutViewState' converts window view state integer values into human readable strings

'GetWindowOrientation' converts window orientation integer values ( aspect ratio and title bar position ) into human readable strings

'GetWindowStyle' converts window style integer values into human readable strings

'hostCanRPC' tests whether file is hosted on a version of Server that supports PSoS (Perform Script On Server) aka RPCs (Remote Procedure Calls).

'JSONExplode' transforms JSON into a return-delimited list similar to YAML

custom-functions's People

Contributors

julio-toledo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.