Wnd_LoadDis

SUMMARY

Wnd_LoadDis - Load display

SYNTAX

Wnd_LoadDis (<DisplayId>,<VarCount>)

ARGUMENTS

DisplayId
Name of the technology picture
VarCount
Optional - Number of arguments to be handed over.

DESCRIPTION

Loads a technology picture and optionally hands over parameters.

EXAMPLES

Wnd_LoadDis (Tech_2,)
Loads technology picture "Tech_2", no parameters are handed over.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times