|
| KiXtart Command Reference |
BOXactionDraws a box. syntaxBOX (top_left_row, top_left_column, bottom_right_row, bottom_right_column, "line style") parametersTop_left_row, top_left_column, bottom_right_row, bottom_right_column The four corners of the box to be drawn, expressed in screen coordinates. A value of 0,0 represents the top left corner of the screen. Line style Possible values for line style are:
You can also create a custom box by using a string value for line style. The string can contain as many as 9 characters, which are defined as follows.
remarksThe BOX command is ignored if all output is redirected to a file using the REDIRECTOUTPUT function. returnsNothing. exampleBOX (10, 10, 12, 15, "+-+|+-+| ") ; produces the following box: +---+ |