Author Topic: Will PAY $$ fpr lsp - MODIFY TEXT  (Read 10071 times)

0 Members and 1 Guest are viewing this topic.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #15 on: May 03, 2008, 02:14:55 AM »
What is typical? Someone cheating someone else out of something? or Two bullies picking on a helpless, innocent, good person who only wanted to spread joy to others?
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #16 on: May 03, 2008, 02:22:48 AM »
What is typical?

You missed it on both accounts ...

Typical is how you misunderstood M-dub's comments.

Seriously though ... it is typical in the way that the members of theswamp have pitched in to help someone in need .. of course I could be wrong, because I didn't see the sarcasm tags on your post ;)
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #17 on: May 03, 2008, 02:37:46 AM »

I think we all missed John's acceptance post for the contract.    :lmao:
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #18 on: May 03, 2008, 02:55:28 AM »
Oh sure, just keep picking on the fat kid.

Keith, when have i ever added `sarcasm tags' to any of my posts?
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

M-dub

  • Guest
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #19 on: May 03, 2008, 09:59:10 AM »
Oh sure, just keep picking on the fat kid.

It's alright John... I'm used to it by now and just let it roll right off my back.  :)

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #20 on: May 03, 2008, 10:02:02 AM »
Oh sure, just keep picking on the fat kid.

Keith, when have i ever added `sarcasm tags' to any of my posts?
Well there ya go
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

ELOQUINTET

  • Guest
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #21 on: May 05, 2008, 03:48:57 PM »
Uh am I the only one who found this funny? I love defensive people. I didn't even have to look at his post count, I could tell he was new here as most people will bend over backwards to help you and for the most part only give constructive criticism or are joking around. Did he not come back and say thank you either, BAN HIM!!!

4th - please respond only if you can write the program..  criticism isn't going to solve anything...  this is the program I want, period.

Maverick®

  • Seagull
  • Posts: 14778
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #22 on: May 05, 2008, 03:59:40 PM »
Interesting.  "Last active" on his profile is 30 seconds BEFORE the original post.  How does that work?  If someone signs in but doesn't do anything (yes, I'm aware of how I am setting myself up with that  :-D).... does it show as "active"?

ELOQUINTET

  • Guest
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #23 on: May 05, 2008, 05:33:53 PM »
Ban me, No wait don't Ban me BAN HIM

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #24 on: May 06, 2008, 02:59:35 AM »
Uh am I the only one who found this funny? I love defensive people. I didn't even have to look at his post count, I could tell he was new here as most people will bend over backwards to help you and for the most part only give constructive criticism or are joking around. Did he not come back and say thank you either, BAN HIM!!!

4th - please respond only if you can write the program..  criticism isn't going to solve anything...  this is the program I want, period.
You may be joking about your comments, however, a new member may not feel that you are. :-)
Most members here have benefited from the abilities of others here, some more than others, I know...I have probably had more than my fair share of help  :-)... thats the great thing about this place, theres always someone willing to help.
Yes, its nice to get a thanks when you help someone, but it doesn't always happen... people too busy with rushed deadlines, too much work, not enough time etc...
Sorry... I'll stop now  :-(
Thanks for explaining the word "many" to me, it means a lot.

Guest

  • Guest
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #25 on: May 06, 2008, 08:45:14 AM »
It ain't the prettiest thing, but it works.  Keep in mind there is no error checking and that the program assumes the layer/text style already exist in the drawing.

Code: [Select]
(defun C:ChTxt ( / objEnt objDat)
   (while (setq objEnt (entsel "\nSelect TEXT to modify: "))
      (if objEnt
         (progn
            (setq objDat (entget (car objEnt)))
            (setq objDat (subst (cons 7 "STD35E") (assoc 7 objDat) objDat))
            (setq objDat (subst (cons 8 "CY1") (assoc 8 objDat) objDat))
            (setq objDat (subst (cons 40 3.0)  (assoc 40 objDat) objDat))
            (setq objDat (subst (cons 1 (strcat "%%U" (cdr (assoc '1 objDat)))) (assoc 1 objDat) objDat))
            (entmod objDat)
         )
      )
   )
   (princ)
)

(princ)

ELOQUINTET

  • Guest
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #26 on: May 06, 2008, 09:15:29 AM »
Jonesy you sound like you need a hug so here's a virtual hug. I know what you mean that was my attempt to inform that user that we are pretty easy going around here. I wasn't implying that we are offended when we don't receive a thank you everytime. I do not agree with the statement that criticism isn't going to solve anything. Constructive criticism can be very helpful.

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #27 on: May 06, 2008, 09:31:08 AM »
Thanks for the virtual hug :) First day back after a long weekend.
I agree that the vast majority of the time we are a pretty easy going bunch, sometimes its difficult to tell the "mood" of a post, so a newer member will not necessarily know that we are easy going,  so a well placed smiley could help.
Just a thought :)
Thanks for explaining the word "many" to me, it means a lot.

Guest

  • Guest
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #28 on: May 06, 2008, 09:35:04 AM »

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
Re: Will PAY $$ fpr lsp - MODIFY TEXT
« Reply #29 on: May 06, 2008, 09:40:16 AM »
LOL Thanks Matt..Better wait till I get home before I go for the "little something extra" Its bound to be blocked here!
Thanks for explaining the word "many" to me, it means a lot.