Author Topic: numbered text  (Read 6124 times)

0 Members and 1 Guest are viewing this topic.

Tom

  • Guest
Re: numbered text
« Reply #15 on: October 22, 2005, 03:32:04 AM »
This will work for text or numbers
(if smp:sht1
    (setq sht1 (chr (1+ (ascii smp:sht1))))
    (setq sht1 "A")
     )
This will ensure all text is uppercase
  (setq sht1 (strcase sht1 ))