getSize()

public int getSize()

This method returns the size of the presentation space, that is, the number of character positions in the presentation space. For example, if the session window has 25 rows and 80 columns, then the size of the presentation space is 24 * 80 = 1920.

Figure 1. Examples for getSize()
<message title="'Example of getSize()'"
          value="'Size of PS is '+$HMLPSUtil.getSize()$" />