ue.313c

User Exit/BASIC Program, Releases: R83 3.1 and R83 2.2

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

Command Name Type Description
basic.user.exits User Exit List of Pick/BASIC user exits.
tcl.set-floppy Verb: Access Attaches floppy diskette drive to current process.
tcl.set-device Verb: Access Attaches device (sct/floppy/half) on AIX.
tcl.list-device Verb: Access Lists Unix devices used as 'tapes'.
tcl.t-select Verb: Access Attaches a 'tape' device.
tcl.t-stat Verb: Access reports the current attachment status of all tape devices.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.