Platform | Win32, x64 |
Purpose |
To output n characters from a string to a ClearWin window. |
Syntax |
SUBROUTINE WIN_COUA@(HWND,STR,N) |
Description |
Outputs N characters from the string STR to the ClearWin window with handle HWND.This function provides an alternative to the standard Fortran routines WRITE and PRINT that are normally used for text output to a ClearWin window. |