Best way to update/refresh usertext reference in text object?

I have a text object A that has usertext reference in its text to show object B usertext values and when I update those values in Object B with script, the text in Object A is not updating/refreshing until I switch back and forth between layouts or lock the text. Rhino.Redraw doesn’t do anything. How do I refresh it without doing unnecessary actions/commands?

Right now I’m refreshing it like this:
Rhino.AddPoint Array(0, 0, 0)
Rhino.DeleteObject Rhino.FirstObject

Real dumb to be honest.

This is a bug in RhinoScript’s SetUserText method. I’ve fixed the issue for the next service release.

http://mcneel.myjetbrains.com/youtrack/issue/RH-29318