@Left in Evaluate

Yeah,

I’ve got a little problem, I must get the left and the right part of an form field.

I thought it was like this:

Evaluate(“@Left(SelDb;”")",m_Doc)

And then I must use this part as following

Set m_Db =new NotesDatabase(Evaluate(“@Left(SelDb;”")",m_Doc),m_Doc.SelDb(0))

but the evaluate value gives a error

can somebody help me?

thanks

Subject: @Left in Evaluate

Backslash is the escape character in @Formulas, so to use a backslash literally, you have to write a double backslash.

Anyway, have a look into StrLeft and StrRight before you continue with evaluating formulas.