I use ftn77pe with Windows 2000pro. In my codes often is used WRITE(*,...
The resulting exe interprets '*' as unit=2, but this LUN = 2 is used in the code for another aids.
Is it possible to direct unit = * to the SCREEN ?
Leonid Vainshtein
Welcome to our forums
I use ftn77pe with Windows 2000pro. In my codes often is used WRITE(*,...
The resulting exe interprets '*' as unit=2, but this LUN = 2 is used in the code for another aids.
Is it possible to direct unit = * to the SCREEN ?
Leonid Vainshtein
Unit * will always be mapped to units 1 and 2 for input and output respectively.
Units 1 and 2 are opened for console I/O by default.
Hope this helps,
Martin