home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK4 / BUSIN_10 / BARS2.ZIP / GLOBAR.BAS < prev    next >
BASIC Source File  |  1992-03-25  |  541b  |  20 lines

  1. Global PrintFlag$
  2. Global FontToUse$
  3. Global BarHeight$
  4. Global BetweenHeight$
  5. Global HorBetween$
  6. Global LabelsAcross$
  7. Global TOPMARGIN$
  8. Global LEFTMARGIN$
  9. Global CancelPrint$
  10. Global FontSizer$
  11. Declare Function getprofilestring Lib "Kernel" (ByVal Sname$, ByVal Kname$, ByVal Def$, ByVal Ret$, ByVal Size%) As Integer
  12. Declare Function WRITEProfileString Lib "Kernel" (ByVal Sname$, ByVal Kname$, ByVal Istring$) As Integer
  13. Type SAVELABELS
  14. CODE As String * 20
  15. DESCRIPTION As String * 40
  16. End Type
  17. Global LABELS As SAVELABELS
  18.  
  19.  
  20.