Pathagoras Help System

<F>ormat Function

Hide Navigation Pane

<F>ormat Function

Previous topic Next topic No directory for this topic No expanding text in this topic  

<F>ormat Function

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

   If you wish the replacement text of a 'simple' numerical value to be 'formatted' in the final text with appropriate separators, precede or follow the number with '<F>' (the placement of the modifier is not critical for this function).

Example:

Variable (in document and                    Replacement Text
on left side of IDB Screen) __________(right side of IDB Screen)

[Quantity]

65344<F>

Thank you for your order of [quantity] widgets.

will become:

Thank you for your order of 65,344 widgets.

lightbulbsmallYou can 'pre-place' the <F> marker in your source documents. (Indeed, you are more likely to do this than manually type the markers into your Instant Database screen.) Just place the markers to the immediate left or right of the actual variable in the source text.

    Example:

Document text:

Thank you for your order of [quantity]<F> widgets.

If, when you display the IDB screen and type in 65344 beside the variable [quantity], the text will become:

Thank you for your order of 65,344 widgets.