lastword(
TEXT
)

The lastword( function extracts the last word from the text.


Parameters

This function has one parameter:

text – original text.


Description

Extracts the last word from the text.

lastword("now is the time") ☞ time
lastword("Mary Wilson") ☞ Wilson

Note: This function is equivalent to:

array(thetext,arraysize(thetext," ")," ")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.