Hi all, This is going to sound dumb. However, I am trying to write a simple text routine so that you could say type t20 and produce 2mm high text (times dimscale) in the right layer etc. The problem lies in that I want to use a similar prompt to the native autocad text command, that is: Specify start point of text or [Justify/Style]: Sounds simple, except I am stuck between using getpoint (for point selection) and getkword (for keyboard input). Is there a way to combine the two? Thanks in advance Dart