u313c

u313c


u3090 Index Level u352e
Syntax result = OCONV( '', 'u313c' )
Category BASIC
Type User Exit
Description returns the diskette drive type and density selected.

The results are placed in a dynamic array.

result<1> contains the diskette density.

1 = 360k,
2 = 1.2mb,
3 = 720k,
4 = 1.44mb.

result<2> contains the diskette drive.

a = A:
b = B:
Options
See Also user exits, FlashBASIC set-floppy set-device list-device t-select t-stat
Example result = oconv('', 'u313c')

result = 2 :am: a

Diskette drive (A) is hi-density 1.2mb.
Warnings This only works on PC-based systems.
Compatibility R83 3.1 R83 2.2
u3090 Index Level u352e