home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 June B
/
Pcwk6b98.iso
/
DESIGCAD
/
DESCAD7P
/
DCAD
/
BASICCAD
/
SST.BSC
< prev
next >
Wrap
Text File
|
1994-02-01
|
398b
|
16 lines
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