It looks like you're new here. Sign in or register to get started.
STRLEN(DELCHR("Your Field",'=',DELCHR("Your Field",'=',' '))) +1
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The nested DELCHR deletes all spaces from your string, this is then used to effectively delete everything that isn't a space from the string.