TeraScript-Talk: Variable questions

2013-09-19 Thread D Mark Weiss
I have created a large app in Witango 5.5 MacOSX Server. It is too large. I want to split it into several smaller, more manageable apps all in the same folder. Something I never have done before. I hope to gain a little responsiveness, if only as I load them to edit them. When we log in,

RE: TeraScript-Talk: Variable questions

2013-09-19 Thread Robert Shubert
Mark, First, I would recommend using the domain scope, rather than the application scope. The application scope, as it exists now, will be removed in v8. Second, yes, you can @ASSIGN domain$myVar 'value' in one TAF and have it accessible in another. The domain scope is persistent (even across

Re: TeraScript-Talk: Variable questions

2013-09-19 Thread D Mark Weiss
Robert, Thank you. I am still fuzzy on a couple of things. I assign a user variable, several of them, and use them when doing inserts, and updates to identify who did them. So is a domain variable unique to each user? Second, If domain variables persist even across restarts, then how do I