Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
The LISP is brilliant ang gives such result in the test file:
I need to hide first 4 digits from the name of the tag:
Before I used to add this kind of code for this purpose:
(setq lname(substr (setq str2 (car d)) 5 (- (strlen str2) 0)))
(vla-setCellValue Area_table crow 0 lname)
But here in this LISP I don't understand where to put something like that
Help needed please!
Thank you in advance for your interest!
BR
K
Solved! Go to Solution.