Trying to assign the value of an item to another item

Hi

I am trying to do something very simple. That is maybe the reason why I cannot see the solution :slight_smile:

I want to assing the value of an item to another item in Lotusscript. I try this by doing:

Set textItem.Values = dayMainitem.values

But this doe not place the value of dayMainitem in testItem. Both are single value items.

What must I do to assign the value to textitem?

regards

Subject: trying to assign the value of an item to another item

I have already solved this problem