I am, somewhat new to this, as you can see by my recent posts online. I am writing a simple routine that will automatically add the correct text styles for another program we use and it is saying I have too few arguments. Can somebody help me with this please? Here is the routine: (defun c:textload (setvar "cmdecho" 0) (command "-style" iso30 txt.shx "" "" "" "" "" "") (command "-style" iso330 txt.shx "" "" "" "" "" "") (setvar "cmdecho" 1) (princ) )