Define global varables
|
07-11-2015, 06:51 PM
Post: #1
|
|||
|
|||
Define global varables
If I have a program to define some global variables. How would I call that program from within another programs to use/define the same global variables? I have made a program that exports all of my global variables. I would now like to use them within the Solve & other apps without having to copy-paste them to all of the other programs.
|
|||
07-11-2015, 07:03 PM
(This post was last modified: 07-11-2015 07:05 PM by rgallier.)
Post: #2
|
|||
|
|||
RE: Define global varables
looks like this works:
Code: EXPORT c,c₁,c₂; Code: EXPORT Solve() |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)