how can change numeric to words( like 99 - numeric & ninty nine - in words) in words file
P pandit Sep 14, 2008 #1 how can change numeric to words( like 99 - numeric & ninty nine - in words) in words file
J Jay Freedman Sep 14, 2008 #2 how can change numeric to words( like 99 - numeric & ninty nine - in words) in words file Click to expand... Use a field with a \*cardtext switch. Look at the Help topic "Format (\*) field switch", especially the "Number formats" group.
how can change numeric to words( like 99 - numeric & ninty nine - in words) in words file Click to expand... Use a field with a \*cardtext switch. Look at the Help topic "Format (\*) field switch", especially the "Number formats" group.
M macropod Sep 14, 2008 #3 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}
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}