Prime app variables
|
12-13-2013, 09:44 PM
Post: #7
|
|||
|
|||
RE: Prime app variables
I have a similar problem.
I us an App(customized Solve App) to call the Windchill program. The WindChill program calls the following subroutines (functions?), all are EXPORTED. IntroScreen: Uses variables DegF, Mph InputScreen: Creates variable DegF, Mph WindChillEqn: Uses variables DegF, Mph, Creates variables wct, wcto FrostbiteEqn: Uses variables DegF, Mph, Creates variable ft OutputScreen: Uses variables DegF, Mph, wct, wcto, ft How do I allow all of these programs to share variables with out making them global? In a conventional programming language, I would pass them as parameters, ie WindChillEqn(DegF,Mph,wct,wcto,ft), but that procedure doesn't appear to work in this language. Any help would be appreciated. rcf |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Prime app variables - Jonathan Cameron - 12-13-2013, 03:33 PM
RE: Prime app variables - Han - 12-13-2013, 04:02 PM
RE: Prime app variables - Jonathan Cameron - 12-13-2013, 05:27 PM
RE: Prime app variables - Han - 12-13-2013, 05:42 PM
RE: Prime app variables - Jonathan Cameron - 12-13-2013, 06:17 PM
RE: Prime app variables - Han - 12-13-2013, 07:28 PM
RE: Prime app variables - Bob Frazee - 12-13-2013 09:44 PM
RE: Prime app variables - Han - 12-14-2013, 02:36 AM
RE: Prime app variables - Bob Frazee - 12-14-2013, 03:19 PM
RE: Prime app variables - Han - 12-14-2013, 09:19 PM
RE: Prime app variables - Bob Frazee - 12-15-2013, 04:02 AM
RE: Prime app variables - Han - 12-15-2013, 04:37 AM
RE: Prime app variables - Bob Frazee - 12-16-2013, 12:40 AM
RE: Prime app variables - cyrille de brébisson - 12-16-2013, 08:02 AM
|
User(s) browsing this thread: 1 Guest(s)