Download SIMSTAT - Provalis Research
Transcript
SCRIPT LANGUAGE REFERENCE - 229 PCT=integer LOW=integer HIGH=integer Width of interval Lower value Higher value PANEL Display the dialog box TITLE Syntax: TITLE "expression" [options]; Description: The TITLE command displays a single line string on the background screen. By default, the title line is displayed horizontally centered and at the top of the screen with a font size of 24 points. The TOP and LEFT options can also be used to specify the position of the text's upper left corner. The parameter for these two options is an integer value between 0 to 100 expressing a percentage of the screen height and width. Other options allow you to control the size, style and color of the displayed text. Options: TOP=integer Vertical position of the text’s upper left corner (0 to 100) Horizontal position of the text’s upper left corner (0 to 100) Size of the font (between 6 and 100) Color of the font (see below) Displays the string in italic characters Displays the string in bold characters Hides the string LEFT=integer SIZE=integer COLOR=color ITALIC BOLD HIDE Examples: TITLE "Monthly analysis" SIZE=10 COLOR=YELLOW BOLD; TITLE HIDE; Valid Colors: Black Gray Maroon Silver Green Red Olive Lime Navy Blue Yellow Purple Fuchsia Aqua Teal White