Results 1 to 1 of 1

Thread: Varaible Value

  1. #1
    Active Member
    Join Date
    2006-05
    Location
    Pind
    Posts
    80
    Login to Give a bone
    0

    Default Varaible Value

    Code:
    (initget "Auto Man")
    (if (not Design_System)
      (setq	Design_System
    	 (getkword
    	   "\nEnter the Program Operation...<Auto/Man>..."
    	 )
      )
    )
    (setq Pt1 (getpoint "\nPick the Starting identification Point : "))

    I have a Value in Pt1 and I want o pass that value to another function using
    Code:
    (vl-catch-all-apply (read Design_System) nil)
    How can I do that.
    Thanks
    Last edited by BlackBox; 2014-05-13 at 02:03 PM. Reason: Please use [CODE] Tags

Similar Threads

  1. Table column varaible
    By RabbitM in forum AutoLISP
    Replies: 2
    Last Post: 2010-11-02, 06:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •