alert box

Discussion in 'AutoCAD' started by 2h@rm, Aug 13, 2003.

  1. 2h@rm

    2h@rm Guest

    I have a formule like this:

    (setq bb_bw_h (/ (- bb_x (* bb_c 2) (* bb_b 2) bb_bw 30) (- bb_bw_a 1)))

    When bb_bw_h reaches to high I want to display an alertbox.

    (alert "To High")

    So far So good.

    Now I want to display the value of bb_bw_h I the alertbox
    Something like this:

    (alert "To high = bb_bw_h")

    Who want to help me?

    Michel
    ..
     
    2h@rm, Aug 13, 2003
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.