home *** CD-ROM | disk | FTP | other *** search
- do while 1=1
- v$=""
- input "sys$ function to evaluate: ", i
- if sys(999)=1 then goto quit
- message "sys$(", i, ")= ",sys$(i)
- input "enter new string for sys$() :",x$
- if sys(999) then goto quit
- sys$(i)=x$
- if sys$(i)=x$ then message "sys$(",i,") changed to ", sys$(i)
- if sys$(i) <> x$ then message" sys$(",i,") is read_only or cannot take that value"
- >regenerate
- loop
- quit:
- end
-
-