ue.313c
Returns the diskette drive type and density selected.
Syntax
result = oconv('', 'u313c')
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:
Example
result = oconv('', 'u313c')
result = 2 :am: a
Diskette drive (A) is hi-density 1.2mb.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
