Formula in LotusScript?

Is there a way how I can use Formula Language within LotusScript? I need to convert a date represented by a text string to a real date var.

Subject: Formula in LotusScript?

hi…

check out method the [evaluate] to execute

formula in lotusscript.

cheers

kaushik das

Subject: Formula in LotusScript?

Yes. Read documentation about ‘evaluate’ it will give you examples.

Subject: Formula in LotusScript?

You can use CDat() function in lotusscript . if formula is not neccessary

var1 = cdat(string)

sona joshi