WorkAreaYToScreen(
    --------------------------------------
    New keyword
     
     
    Use: Converts Y coordinate from work area coordinate,
    (coordinate inside a window) to a screen coordinate.
     
    Syntax is: ScreenY%=WorkAreaYToScreen(WindowName,WorkY%)
     
    Where: WorkY% is the work area coordinate; WindowName is
    the name of the window and ScreenY% is the screen coordinate.