Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/12/2021 in all areas

  1. Sounds good .. just bringing it up because you referenced the 'PROPER' excel function.
    1 point
  2. FWIW, The proper function in excel will make a sentence title case. Tharwat's code will only change the first character.
    1 point
  3. You're welcome anytime.
    1 point
  4. (load "TcaseSup.lsp")(acet-tcase-change-string str "Title") Code above requires Express Tools installed. Used by the TCASE (Express Tool). http://help.autodesk.com/view/ACD/2021/ENU/?guid=GUID-085CF0C0-639C-4A4C-A2FC-CD885A7FDA38
    1 point
  5. (strcat (strcase (substr "test" 1 1)) (substr "test" 2))
    1 point
  6. I think you mean titlecase .
    1 point
  7. Try this (setq ss (ssget '((0 . "LINE,POLYLINE,LWPOLYLINE,ARC,CIRCLE,ELLIPSE,SPLINE")(8 . "0,red")))) ; add your layer names
    1 point
  8. There are plenty of get length add text lisps out there just Google. The macro recorder never really took off because of problems like this, interesting karelcad wrote VBA code for its macro record so end up with something useful.
    1 point
×
×
  • Create New...