Function Entry: VL-STRING-RIGHT-TRIM
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-STRING-RIGHT-TRIM
Name
vl-string-right-trim
Class
Visual LISP Function
Syntax
(vl-string-right-trim char-set string)
Arguments and Values
char-set: string listing characters to removestring: source string
Description
Removes matching trailing characters from the string.
Return Values
Trimmed string.
Side Effects
None.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vl-string-right-trim (AutoLISP)](https://help.autodesk.com/cloudhelp/2024/KOR/AutoCAD-MAC-AutoLISP-Reference/files/GUID-532CDF83-7A7F-4B54-8362-F5B7FB35C220.htm)
- Status: documented.