Unable to recognize entry.

I am trying to run lisp on B-CAD(23) which is perfectly working on A-CAD(23). and getting this message in command line:
A point is needed. Please try again.
also getting another message:
Unable to recognize entry. Please try again.
Lisp code where I am getting error is:
(command (__ "dim") (_p "hor") pt0 pt2 ptins txt (_p "e"))