FormatNumber (FileMaker Pro Custom Function)

FormatNumber ( number, format ):

Returns text string of number in the requested format. Function allows complete FileMaker Pro number formatting using an intuitive format structure.

Examples:
FormatNumber ( 14725.3675, “$,.2 US” ) = $14,725.37 US
FormatNumber ( -14725.3675, “$(,.2) US\r0\” ) = $(14,725.36) US [rounding off]
FormatNumber ( -14725.3675, “#,.\c255\” ) = #-14,725.3675 [text color is red]
FormatNumber ( 1, “Yes\/No” ) = Yes

This entry was posted in Custom Functions, FileMaker Pro, Software and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>