Hey all, I'm trying to set up this scenario: From a menu (or LISP if necessary) the user selects a particular label and immediately is prompted to select the first point, after which they have the second (right side) grip of a fit justified single or multiline text object. This text needs to be set in code without user interaction so that the entire process is reduced to two mouse clicks and the text needs to be viewable before the second mouse click so that the user can see if the text is stretched too much. I've tried many methods all of which fail to allow the user to view the stretching text before the second and final mouse click. I was thinking of setting the string data (so that I could send either one line or several lines of text to the text command later with a foreach statement then capturing the first click into a variable. Then, beginning the text command where I could with the justify fit settings and the first point already acquired. The part I really am lost over is the tracking of the cursor and getting the second point to finalize the function. Any suggestions are greatly appreciated?