CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:50:23 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=74d83209e7a6c824136413e6bc6a41bcf5141d0fbfb7561930b4b3a11096924aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22__zM_JTO6RPtMIsSqDlCYeXJwcz0VjEP%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc6c464ad7c7d4-BLR
numerator - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defun reptag (tag newvalue ent / alist )
- (if (and (= (type ent) (read "VLA-OBJECT")) newvalue)
- (progn
- (setq alist ( vlax-invoke ent 'GetAttributes))
- (foreach a alist
- (if (= (vla-get-tagstring a) tag)
- (vlax-put-property a 'TextString newvalue)
- );end if
- );end foreach
- );end progn
- (if (= 'ename (type ent)) (reptag tag newvalue (vlax-ename->vla-object ent)));end if
- );end if
- (princ)
- );end defun
- (defun c:numerator (/ att_name att_prefix att_postfix i obj)
- (setq att_name (getstring "\n Введите название аттрибута:")
- att_prefix (getstring "\n Введите префикс аттрибута:")
- att_postfix (getstring "\n Введите постфикс аттрибута:")
- i (getint "\n Введите начальное значение:")
- )
- (while T
- (setq obj (car (entsel "\n Выберите блок для нумерования:")))
- (if (not (= obj nil))
- (progn
- (reptag att_name (strcat att_prefix (itoa i) att_postfix) obj)
- (setq i (+ i 1))
- );end progn
- ); end if
- );end while
- ); end defun
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 15 sec ago | 0.24 KB
-
⭐ ✅ Free Products Method ✅ ✅ NEVER SEEN BEFOR...
JavaScript | 25 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ M
JavaScript | 32 sec ago | 0.24 KB
-
⭐ G2A Bug ⭐ (Get more on BTC swaps) ✅ NEVER S...
JavaScript | 34 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 43 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 43 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 53 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand