ocr: P.AT. text for OPL on P: Syntax AT X%,Y% Positions the cursor at X% characters across the text window and y% ABS _conv rows down. AT 1,1 always moves to the top left corner of the window. ACOS _math Initially, the window is the full size of the screen, but you can change ADDR mem its size and position with the SCREEN command. ADJUSTALLOC _me AC common use of AT is to display strings at particular positions in ALERT the text window. For example: _dialog AT 5,2 PRINT message". ALLOC _mem PRINT statements without an AT display at the left edge of the APP opa window on the line below the last PRIN ...