C
Chris Cowles
Can someone post the entire content of a formula or module that will parse a
string and return only the last word? I know it's some to do with a 'do
while' loop, but am not familiar enough with it to write it myself from
scratch. Basically, I want it to search a string for the last space, then
return the remaining text, trimmed.
I'm assuming that if it's a module the column heading will be something
like:
lastword: function(
![fieldname])
TIA for any assistance.
Chris Cowles,
Gainesville, FL
string and return only the last word? I know it's some to do with a 'do
while' loop, but am not familiar enough with it to write it myself from
scratch. Basically, I want it to search a string for the last space, then
return the remaining text, trimmed.
I'm assuming that if it's a module the column heading will be something
like:
lastword: function(
TIA for any assistance.
Chris Cowles,
Gainesville, FL