The u313c user exit returns the diskette drive type and density selected.
For Windows: Not supported.
result = oconv(’’, ’u313c’)
The results are placed in a dynamic array.
result<1> contains the diskette density:
1 | 360 KB |
2 | 1.2 MB |
3 | 720 KB |
4 | 1.44 MB |
result<2> contains the diskette drive:
a | A: |
b | B: |
result = oconv(’’, ’u313c’) result = 2 :am: a
Diskette drive (A) is hi-density 1.2 MB.