Short description
Short LISP to convert selected TEXT and MTEXT objects to uppercase.
Command:
Command: TC — Converts the string contents of selected TEXT/MTEXT to uppercase.
Description:
This routine prompts the user to select TEXT and MTEXT entities, then reads every entity’s text content, converts it to uppercase using STRCASE, and rewrites the modified string back into the entity automatically.
Helper function: (if any)
No additional helper functions; uses AutoLISP built-ins:
– ssget
– vlax-ename->vla-object
– vla-get-textstring
– vla-put-textstring
– strcase
Functionalities:
• Select all TEXT + MTEXT automatically using (ssget).
• Loops through each entity and converts its content to uppercase.
• Uses STRCASE to ensure consistent uppercase transformation.
• Displays “Done.” when complete.
Result:
All selected TEXT and MTEXT objects are converted to uppercase instantly.
Images, animations etc.
Log in to download.
Log in
Log in
Additional info:
Learn more:
Open Website
Share this page:
Subscribe
Login
0 Comments
Oldest
