Forum Discussion
MCFNeil
8 years agoQrew Captain
Chris is correct, but you need to keep in mind that "List" is used to with Text fields, so you will need to convert your number to text within the list function.
For Example:
If you need to convert that back to a number, just a "ToNumber()" before.
For Example:
List(" - ", ToText([Numeric Field 1]), ToText([Numeric Field 2]), etc )
If you need to convert that back to a number, just a "ToNumber()" before.
TONumber( List(" - ", ToText([Numeric Field 1]), ToText([Numeric Field 2]), etc ) )