Howdy, I am playing with the Personalize snippet for displaying "Hello Name" in the website header for web users. At the moment it says the full name eg "Hello John Smith" using "Hello [+full_name+]" Does anyone know the code to split / filter the variable [+full_name+] so that only the first name is shown eg "Hello John" (eg so that anything after the first space is ignored)? Thanks for any help.