Last$

Takes two parameters, Source , Search 

Description:

Last$ will search the last source value for the search value. If the search parameter is not found, than the original string will be returned instead.

Example:

[New] FieldList  [WQFieldList] 
'Output: A B C
[New] LastField = Last$ FieldList, " "
'Output: C