Author Topic: global variable ussage  (Read 1404 times)

0 Members and 1 Guest are viewing this topic.

dussla

  • Bull Frog
  • Posts: 297
global variable ussage
« on: April 03, 2010, 05:07:35 AM »
i  excuteed  2  cad app  in two moniotor

i   save variable value  in 1 cad app
after that , i would like to use that vairable in other cad app
how can i do that ?

thank you always for answering

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: global variable ussage
« Reply #1 on: April 03, 2010, 05:24:57 AM »

Perhaps write the Variable value to a file or to the registry so you can read it from the other instance.
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.

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: global variable ussage
« Reply #2 on: April 03, 2010, 05:55:34 AM »
Code: [Select]
(setenv "my var" "my value")
(getenv "my var")