Invoking an method belonging to an HML library
To invoke a method belonging to an HML library, specify the variable
name, method name, and input parameters in the usual way:
Figure 1. Examples
of invoking HML methods
$HMLFormatUtil.numberToString(1.44)$
$HMLPSUtil.getCursorPos()$
$HMLSessionUtil.getHost()$