Author Topic: I would like to add some status buttons that work in realtime  (Read 1726 times)

0 Members and 1 Guest are viewing this topic.

sourdough

  • Bull Frog
  • Posts: 367
I would like to add some status buttons that work in realtime
« on: September 04, 2005, 02:05:00 PM »
I would like to know if anyone has some code to demonstrate how to code for Status line updates similiar to this coding:
Code: [Select]
(DEFUN-Q S::STARTUP (/ str1 str2 str5 str6)
(setq str1 "DScale= $(getvar, dimscale) / "
      str2 "LtScale= $(getvar, ltscale) / "
      str6 "PSLTscale= $(getvar, psltscale) / "
      str5 "TabLayout = $(getvar, users5) "
)
(setvar "modemacro" (strcat str1 str2 str6 str5))
(PRINC)
)
LDC 2009/C3D 2010/C3D 2011/C3D 2016

Win 10 64bit