Use this function to set output of data to a specified position. The function demands the following parameters:
Parameter 1 -> x-position
Parameter 2 -> y-position
Parameter 3 -> data
Example:
%Format.Overlay(5,2,"Hello World")
This function call sets the output of "Hello World" to Column 5 and Row 2 on lcd screen.