how can change numeric to words( like 99 - numeric & ninty nine- .

P

pandit

how can change numeric to words( like 99 - numeric & ninty nine - in words)
in words file
 
J

Jay Freedman

how can change numeric to words( like 99 - numeric & ninty nine - in words)
in words file

Use a field with a \*cardtext switch.

Look at the Help topic "Format (\*) field switch", especially the "Number
formats" group.
 
M

macropod

Hi pandit,

You can put the value into a field (See Insert|Field or use Ctrl-F9 to create the field braces (ie '{}')) coded as:
{=99 \* Cardtext}
 
Top