home *** CD-ROM | disk | FTP | other *** search
- Global PrintFlag$
- Global FontToUse$
- Global BarHeight$
- Global BetweenHeight$
- Global HorBetween$
- Global LabelsAcross$
- Global TOPMARGIN$
- Global LEFTMARGIN$
-
-
- Declare Function getprofilestring Lib "Kernel" (ByVal Sname$, ByVal Kname$, ByVal Def$, ByVal Ret$, ByVal Size%) As Integer
- Declare Function WRITEProfileString Lib "Kernel" (ByVal Sname$, ByVal Kname$, ByVal Istring$) As Integer
- Type SAVELABELS
- CODE As String * 20
- DESCRIPTION As String * 40
- End Type
- Global LABELS As SAVELABELS
-
-
-