Label Common (OpenInsight Specific)
At 26 NOV 2001 04:45:08PM Steve Carlson wrote:
Can't locate my info/desc. of Label Common. Does anyone know of any
SENL article or Knowledge Base that has info on Label Common area.
Thanks..
Steve C.
At 26 NOV 2001 05:03PM Robert Lee wrote:
Hi Steve
I don't know of any (I haven't looked though) but the online help is available by going into the basic editor, typing COMMON and pressing F1. Doing a search here of COMMON brings up a lot of info too.
A sample I have used…
Common /LABELS/ LAB.SHEETS@,LAB.WIDTH@,LAB.HEIGHT@
Or is there something more specific that you have questions about?
At 27 NOV 2001 07:06AM Joe Doscher wrote:
Memory Management In Revelation (TB #1)
Memory Management In Revelation
COMMON variables
Unlabeled common variables are initialized by a main program, and are addressable by the main program and any external subroutines that declare the common variables. Unlabeled common variables are available until the main calling program terminates. Unlabeled common area can contain up to 255 variable descriptions.
Labeled common variables are similar to unlabeled commons, except they have exteded scope. Labeled commons continue to be available after the initializing main program terminates. These are useful for sharing data between main programs, or between subroutines not related via the same calling program. Labeled common areas can contain up to 255 variable descriptions.
Hope this helps
At 27 NOV 2001 07:41AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Steve
From the specificity of your request - do you mean the Window labelled common area as docced in SENL
World Leaders in all things RevSoft