Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:revmedia:v2i9a8 [2023/11/20 12:59] – bshumsky | tips:revmedia:v2i9a8 [2024/06/19 20:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Uncommon Knowledge - WC_Amv_Vars%===== | ||
+ | ^Published By^Date^Version^Knowledge Level^Keywords^ | ||
+ | |Sprezzatura Ltd|01 MAR 1991|2.03+|EXPERT|WINDOW_COMMON%, | ||
+ | |||
+ | A set of parameters maintained for each AMV group (being defined as AMV | ||
+ | above) comprising an @FM delimited array with each field corresponding to a | ||
+ | different AMV set. Within the field, the AMV parameters are delimited by | ||
+ | @VMs. There are four MVs - | ||
+ | |||
+ | |1|AMV.DISPLAY$|The MV to start at when entering the AMV group. If this were set to 3, line 3 of the AMV group would be the top line on entry into the prompt. The screen display is not, however, | ||
+ | |2|AMV.WIDTH$|A count of how many prompts are in the AMV group.| | ||
+ | |3|AMV.DEPTH$|A count of how many MVs are currently in the controlling MVed field.| | ||
+ | |4|AMV.MAX$|The maximum amount of rows permitted for the group. | ||
+ | |5|AMV.LINER$|Does not seem to be used.| | ||
+ | |||
+ | As a side point, some subscribers have queried whether it is safe to use | ||
+ | @TUTOR to see if a window is currently active (when a window is active, they | ||
+ | argue, @TUTOR = " | ||
+ | be a wise course. When in an AMV group @TUTOR is actually set to AMV.WINDOW. | ||
+ | |||
+ | |||
+ | (Volume 2, Issue 9, Pages 10,11) |