Hi
I am trying to do something very simple. That is maybe the reason why I cannot see the solution ![]()
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