home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR19
/
BASIC1A.ZIP
/
DEMO.PRG
< prev
next >
Wrap
Text File
|
1993-10-02
|
720b
|
30 lines
#Include "Inkey.ch"
#Include "Box.ch"
LOCAL Aset := {}, Ajohn :={}, i
FIELD probdescip
Settings("begin", Aset)
SET CURSOR OFF
SETCOLOR("w/n")
CLS
Jheader("This is a demo", "w+/r")
Footer("Page Up/Down To Move", "W/b")
USE bugs NEW
Ajohn := Array(lastrec())
PleaseWait()
FOR i = 1 TO LASTREC()
Ajohn[i] = probdescip
PercentBox(46)
SKIP
NEXT
MessageBox("begin", "Basic.Lib MessageBox() Function", "w+/rb", "w+/rb")
INKEY(0)
MessageBox("end")
SETCOLOR("w/b")
CLS
@ 10, 2, 12, 71 BOX B_SINGLE + SPACE(1) color "w+/r"
Shadow(10, 2, 12, 71)
INKEY(0)
CLS
Settings("end", Aset)
CLS