Hi all

I hope my simple question has a simple answer. I am pretty well versed in CAD, but not so much in LISP. I am trying to insert a dynamic block w/ an alignment parameter using menus. I can't seem to get it right. I am assuming the syntax is:

insert <blockname> <insertion point> <scale factor> <rotation angle>

No matter what I do, I can't get it to work properly. All I want it to do is insert the given block name at the user defined insertion point with a scale factor of 1. The rotation angle should be done automatically. I just can't seem to figure this out. Any ideas?