BeforeLast(, )
Returns all data before the last occurence of .
Example
BeforeLast('Here we are', ' ') will return 'Here we'
Can be used to split a name into firstname and lastname - use this function to get the firstname.
Use he function Last() to get the lastname.