View Single Post
 
Old 09-19-2023, 12:44 AM
newcomer@flounder.com's Avatar
newcomer@flounder.com newcomer@flounder.com is offline Windows 11 Office 2021
Novice
 
Join Date: Sep 2023
Location: Pittsburgh, PA, USA
Posts: 3
newcomer@flounder.com is on a distinguished road
Default

If I add {} around the body,
Code:
Approximately {
Code:
{=Round({Numwords},-2) \# "#,##0"} } words
or
Code:
Approximately {
Code:
{{=Round({Numwords},-2) \# "#,##0"}} } words
I get
Code:
Approximately  words
Here is exactly what I see when I toggle field codes:

Code:
Approximately {
Code:
=Round({Numwords},-2) \# "#,##0" } words
Please show meexactly what I should see in my file.

(For reasons I do not understand, a gratuitous end-CODE, start-CODE pair are added each time I save this, right after the open brace, which results in really stupid-looking output. I've tried three times to fix it, and the bugs in the editor seem to be permanent)


Last edited by newcomer@flounder.com; 09-19-2023 at 01:02 AM. Reason: Adding text for the failing examples
Reply With Quote