Count the number of words in a field
In this command, the number of words in the Address field will be tabulated in a field named countadd:
ALTER TABLE ALIAS() ADD COLUMN countadd C(10) REPLACE ALL countadd WITH TRANSFORM(WORDS(address)) |
In this command, the number of words in the Address field will be tabulated in a field named countadd:
ALTER TABLE ALIAS() ADD COLUMN countadd C(10) REPLACE ALL countadd WITH TRANSFORM(WORDS(address)) |
P.D., P.D., Silver Spring, MDMany thanks for your support on this holiday. As always, Accuzip Tech Support comes through when I need you.