home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- * * 09/92 SHOWSET.PRG *
- *****************************************************************
- * * Author's Name: Jeb Long *
- * * *
- * * Description: *
- * * This program displays ON and OFF SET commands current *
- * * status. *
- *****************************************************************
- declare set_value[26], SET_ONOFF[48]
- DO SETNAMES
- FOR I = 1 to 26
- ? Set_Value[I]
- ?? SET(Set_Value[I]) at 20
- ?? SET(Set_Value[I],1) at 40
- ENDFOR
- FOR I = 1 to 26
- ? Set_OnOff[I]
- ?? SET(Set_OnOff[I]) at 20
- ?? SET(Set_OnOff[I],1) at 40
- ENDFOR