Hi to all.
I've learned alot from this forum and i manage to make a lisp by reading this forum. But for this matter (refer image), i have no idea how to do it. I know about GETDIST to get the distance (setq Dd (getdist "\nPick first point)) and it will print out 30.
1. How do i make a line with length (user input) with datum of a value (user input)?
2. How do i created the text ( distance, level and additional text such as cut area) under the line? Let say i want to enter the length (or height?) as 20.0 with a caption. I want to enter the value and caption with a comma between the word (e.g: 20.0,borderline).
3. If i only enter only the value (no caption), how do i use the value ( car, caddr ?) and LISP will still accept it.
4. How do i space the gap between distance (0.00) and height ( 20.0).
5. Should i use GETPOINT fot the first point or straight away GETDIST to create the text?
Thank for your answer and time. I've no knowledge on VL@ActiveX, can you please guide me using non VL sample.