Removing unwanted context on name feild

This is very simple but continues to elude me…

I have a forum that generates an email confirmation and takes names from the form. But along with the names it also takes the context from our corporate address book. What can I use to remove the context for purposes of the email confirmation where it is not needed?

I appreciate all your help.

Subject: Removing unwanted context on name feild

What does “context from corporate addressbook” mean? certifier ?

try @name([CN];)

or NotesName class in script.

Michael

Subject: RE: Removing unwanted context on name feild

I was actually trying to impose the @left function by Evaluate or @ name, however was not working at all. All is good I have used the NotesNames as works fine by using .common

Thanks,