Rhinoscript, text to geometry

I am using the script below to convert text to a text object and am having trouble getting the created text object have the same position as the text it replaced. It creates the new text object offset from the original. I am using Rhinoscript on a 2d object for laser cutting. Thanks for any help!

Converting Text to Geometry with VBScript (rhino3d.com)

I added this command and was able to get it in the same position as the original text
_UseTextCenterToPosition=_No