Hello,
I'm a rookie in notes and need some help.
How can I convert this code from formula to script ?
@If
(tmp != "";
@Do
(FIELD test := test + @NewLine + tmp + @NewLine + "( " + @Name([CN];@UserName) + " " + @Text(@Now) +" )" + @NewLine;
FIELD tmp := "");"")
Thanks in advance

Convert formula to script (Jonny Bravo 6.Dec.10)
. . 