Specifying display starting point

Function

Specify, using x- and y-coordinates, the starting point for displaying text.

Syntax

Detailed Description

BHT-BASIC does not support a graphical interface for creating screens. Instead, it provides this function for specifying the screen coordinates at which to start displaying text.

The following illustrates the BHT screen coordinate system.

Example

The following code fragment displays the string "12345" at the coordinates (6,3).
  locate 6,3
  print "12345"

(C)2002-2004 DENSO WAVE INCORPORATED All right reserved