Difference between revisions of "ContID"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|container|ro|The #contID system variable determines the id of the currently selected container/gump.}}
== #contID ==
+
'''Container System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var_contID|#contID]] system variable determines the id of the currently selected container/gump.
+
  
 
==== Example ====
 
==== Example ====
Line 15: Line 9:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_contPosX|&#0035;contPosX]] || Width=200px | [[Var_contPosY|&#0035;contPosY]] || Width=200px | [[Var_contKind|&#0035;contKind]] || Width=200px | [[Var_contType|&#0035;contType]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]]
+
|}
+

Revision as of 12:58, 26 August 2005

The #contID system variable determines the id of the currently selected container/gump.

Example

........
if #contId <> %gumpid
        gosub usenewtool
........ 

See also

Main Page Documentation