home *** CD-ROM | disk | FTP | other *** search
- ' Standard Library Include File
-
- 'Program Declarations
- DECLARE FUNCTION Get.MDY% (ymddate$) 'Returns Days since 01/01
- DECLARE FUNCTION FileName$ (filespec$) 'Returns File (test.exe)
- DECLARE FUNCTION FreeWind% () 'Returns next window #
- DECLARE FUNCTION DriveName$ (filespec$) 'Returns Drive (C:)
- DECLARE FUNCTION Pad$ (Number%, Padby%, Padwith%) 'Returns Left Padded Int String
- DECLARE FUNCTION PadL$ (Number&, Padby%, Padwith%) 'Returns Left Padded Lng Int Str
- DECLARE FUNCTION PadS$ (Number$, Padby%, Padwith%) 'Returns Left Padded String
- DECLARE FUNCTION PathName$ (filespec$) 'Returns Path (C:\QB45\)
- DECLARE FUNCTION Show$ (Show.String$, Show.Len%) 'Returns Right Padded Str
-
- DECLARE SUB BANNER (Row%, L.Side$, Center$, R.Side$, LType%)
- DECLARE SUB BOX.MENU (Row%, Col%, Hdr$, menu%, M$(), H$(), choice%, Allow.Exit%, Prompt%)
- DECLARE SUB BOXSCRN (style%)
- DECLARE SUB CLOSE.WINDOW (wid%)
- DECLARE SUB DISPLAY.MSG (Row%, Col%, items%, msg$(), Hdr$, Get.Item%, selected%, flag%)
- DECLARE SUB F.LINE (keys$())
- DECLARE SUB GETNUMBER (Hdr$, msg$, L%, S$, F%)
- DECLARE SUB GETNUMBER2 (Hdr$, Msg1$, Msg2$, L%, s1$, s2$, F%)
- DECLARE SUB GET.INPUT (Row%, Col%, C.pos%, C.type%, AR.Flag%, C.Flag%, Blank%, I.Color%, Format$, Linp$, M.len%, E.Flag%, kb%)
- DECLARE SUB GET.FORMAT (kb%, kb$, C.pos%, Format$, Pass%)
- DECLARE SUB GETSTRING (x1%, y1%, hgt%, Hdr$, msg$, L%, accept$, Format$, S$, F%)
- DECLARE SUB GETSTRINGS (x1%, y1%, hgt%, Hdr$, msgs$(), msgs%, L%, accept$(), Format$(), S$(), F%)
- DECLARE SUB LITDATE (Indate$, Outdate$)
- DECLARE SUB LOTUSMENU (Row%, Col%, M$(), H$(), M.Item%, choice%)
- DECLARE SUB ONSCREEN (R%, c%, msg$, csr%, attr%)
- DECLARE SUB MAXWID (M.Item%, msg$(), max.wid%)
- DECLARE SUB PCENTER (R%, C1%, C2%, msg$, attr%)
- DECLARE SUB PDEFAULT (Row%, Col1%, Col2%, Msg1$, Msg2$, Length%)
- DECLARE SUB PRINT.CHARSTRING (Row%, Col%, FmtString$, I.Color%)
- DECLARE SUB WEEKDAY (Dte$, Day%, Ddy%, Day$, NDay$, Month$)
-
- 'Window Arrays used in STDLIB
- DIM SHARED Free.Window%(32), msg.array%(1000), pop.array%(1000), w.array%(32000)
-
- CALL SYSINIT(4, mono%) 'Initialize Windows/STDLIB Functions
-
-