Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-14
DELETEEDIT 
Deletes from an EDIT file all lines that have line numbers in a specified range. 
DELETEEDIT is an IOEdit procedure and can be used only with files that have been 
opened by OPENEDIT or OPENEDIT_.
DEVICE_GETINFOBYLDEV_ 
Obtains the logical and physical attributes of a device.
error := DELETEEDIT ( filenum
 ,first
 ,last );
error, INT returned value
filenum, INT:value input
first, INT(32):value input
last, INT(32):value input
error := DEVICE_GETINFOBYLDEV_ ( ldevnum
 ,[ logical-info ]
 ,[ logical-info-maxlen ]
 ,[ logical-info-len ]
 ,[ primary-info ]
 ,[ primary-info-maxlen ]
 ,[ primary-info-len ]
 ,[ backup-info ]
 ,[ backup-info-maxlen ]
 ,[ backup-info-len ]
 ,[ timeout ]
 ,[ options ]
 ,[ match-type ]
 ,[ match-subtype ]
 ,[ devname:maxlen ]
 ,[ devname-len ]
 ,[ error-detail ] );
error, INT returned value










