home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Taifun Collection
/
Taifun_Collection_Vol_1.iso
/
richter
/
8659
/
8659.mhs
/
RICHTER.DTP
/
KFZ
/
POSEDIT.SC
< prev
next >
Wrap
Text File
|
1991-12-22
|
610b
|
37 lines
clear
cursor bar
@1,0 ?? "Abbruch mit [ESC] !"
@3,0 ?? "Von welchem Auftrag sollen die Positionen verändert werden: "
accept "S" to at
if retval = "ESC" then
return
endif
view "reart"
moveto [Auftrag]
locate at
editkey
wait table
prompt "Editieren beenden mit [F2] ! Abbruch mit [ESC] !"
until "F2","ESC"
if retval = "ESC" then
canceledit ;rücknahme der änderungen
return
endif
do_it!
return