Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/02/2025 in all areas

  1. If it doesn't work - could try vl-princ-to-string or vl-prin1-to-string see if that works in your code or in string to list
    1 point
  2. Ok Although I was just thinking about options to get that string from Lisp. As for Excel I've never worked with it from AutoCAD. Anyway, I apologize for that. But.... '(LM:str->lst "Haleem adel\adel\hussien\" "\")' are you sure it works?
    1 point
  3. Here is another. You will need to edit the variables for the sheet size it works on a fixed sheet size a Title block at 1:1 scale, true size, the title block must be at 0,0. The pdf's are located in a \PDF directory under the current dwg directory. plotA3Pdfrange.lspMulti GETVALS.lsp
    1 point
  4. Here's another, not quite as advanced as CAB's BreakAll program, but I had fun writing it - (defun c:breakwith ( / *error* brk brl ent ftr idx sel ) (defun *error* ( msg ) (LM:endundo (LM:acdoc)) (if (and msg (not (wcmatch (strcase msg t) "*break,*cancel*,*exit*"))) (princ (strcat "\nError: " msg)) ) (princ) ) (setq ftr (list '(0 . "ARC,CIRCLE,ELLIPSE,LINE,*POLYLINE,SPLINE") '(-4 . "<NOT") '(-4...
    1 point
  5. now you tell me I like this quote : “Life is not obliged to give us what we expect.” Sure , some users don't respond or don't give a like but unlike some users , I don't feel the need to respond to every thread or want to collect as many likes as I can for the sake of reputation points. Most of us are here just to give a helping hand to those who ask for it and expecting eternal glory or...
    1 point
  6. If your talking about layouts then could link to current tab (setq x (vla-get-taborder lay)). You can use taborder as a field property, not sure if that works in a hypertext. Ps taborder as field is not supported in Bricscad V24 has been reported.
    1 point
×
×
  • Create New...