Prompt Method

Back to Methods Reference

Posts a prompt to the command line.

Signature

VBA : object.Prompt Message

VL : (vla-Prompt object Message)

(vla-prompt util "\nSelect Object :")

  • Object : Utility
    The object or objects this method applies to.
  • Message : String; input-only
    The prompt to display.

Example :


;obtain reference to the utility object
(setq util (vla-get-utility (vla-get-activedocument
 					(vlax-get-acad-object))))

(vla-Prompt util "\nEnter your name : ")

 
The AutoLisp/Visual Lisp/VBA Resource Website
Google
Search the WWW Search AfraLisp

Copyright © 1999-Perpetuity by AfraLisp

All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage

The AutoLisp/Visual Lisp/VBA Resource Website