Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Format
Commands

PLURAL

This command will Pluralise a string.

Given the Command "{PLURAL(3, Dog)}", "Dogs" will be returned.

Given the Command "{PLURAL(2, Child)}", "Children" will be returned.

Number Name Default Type Description
1 quantity 0 Numeric Number of items
2 item item String Item Text
3 upper_case false Boolean Flag indicating result in upper case
Example
I saw 1 dog cross the street.
I saw 1 child cross the street.

I saw 3 dogs cross the street.
I saw 3 children cross the street.
to add a Comment.