
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi people, this my first post here i have read you months ago, now i wanna to clear some things.
What i want to do is the following:
Using lisp i wanna extract parts of the route, by example:
The route of draw is "C:\XXX\Works\DUSTIN\JUNE\example.dwg"
I want to separate the route into 5 variables:
var1 = XXX
var2 = Works
var3 = DUSTIN
var4 = JUNE
var5 = example.dwg
Another thing that I would like to find out is to know if I have these variables I can complete attributes of a block in an automated or semi automated way. Example:
ATTRIBUTES (All are in 1 block):
ROUTE1: fill this attribute with "var1"
ROUTE2: fill this attribute with "var2"
LKD: fill this attribute with "var3"
DATE02: fill this attribute with "var4"
DRAW: fill this attribute with "var5"
Thats all for me, i want to thank you in advance..
PD: Sorry for my english, is not good, but in spanish forum i havent a clear answer.
Solved! Go to Solution.