PickBASIC / FlashBASIC
u313c user exit
.mdThe u313c user exit returns the diskette drive type and density selected.
For Windows: Not supported.
Syntax
result = oconv(’’, ’u313c’)
Description
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: |
Example(s)
result = oconv(’’, ’u313c’) result = 2 :am: a
Diskette drive (A) is hi-density 1.2 MB.