home *** CD-ROM | disk | FTP | other *** search
- %textu.ccc
- * modify texts, check if orthogonal view
- *$Header$
- *$Log$
- *******
- :j
- * check geometric mode activity (c100=' ')
- ascii c100 r13
- if r13 eq 32 :m
- mess illegal command, use \GEOM first !
- getwe
- goto :j
- :m
- ascii c25 r7
- if r7 eq 49 :n
- mess invalid view, change to orthogonal and press <ENTER> !
- getwe
- goto :m
- :n
- sbreset
- :a
- r2 = 0
- mess text to update
- gete i1
- mess confirm choice
- getyn r1; if r1 eq 1 :b; unshow i1 ; goto :a
- :b
- unshow i1
- c1='r'
- ovl text
- * escape , if no text to update
- if r2 eq 0 :s
- mess no text found to update , press <ENTER> to continue.
- getwe
- goto :a
- :s
- mess new text (1-70 char.)
- r37=1
- r38=70
- r39=211
- r1=0
- ovl getc
- if r1 eq 0 :W
- mess Attention please! (1-70 char.) push <ENTER>
- getwe
- goto :s
- :W
- * if c211=' ' -> repeat
- ascii c211 r7
- if r7 eq 32 :s
- c1='u'
- ovl text
- repeat :m
-