home *** CD-ROM | disk | FTP | other *** search
- /* this is a test */
-
- OPTIONS results
- OPTIONS FAILAT 5
- LOCK 1
- address command "set escape '^'"
- do i = 1
-
- JUMP i 0
- STATUS L
- statusline = result
- num = right(100*i,8,'0')
- newstatusline = overlay(num,statusline,73)
- DEOL
- insert '"'newstatusline'"'
- Down
- if rc ~= 0 then leave i
- end
- address command "set escape '*'"
- LOCK 0
- exit 0
-