home *** CD-ROM | disk | FTP | other *** search
Wildcat! WCX | 1994-12-18 | 1.7 KB | 122 lines |
- '! Decompiled with wccNosy version 4.20f (freeware)
- '! Input File: in.wcx 1755 bytes 08/22/124 10:59:44pm
- '! Code Segment Size :934 bytes
- '! Data Segment Size :5268 bytes
- '! String Segment Size:821 bytes
- '! Compiled with WCC version 4.01
-
- Declare Function Func589 As Integer
- Declare Function Func646 As Integer
- Declare Function Func713 As Integer
- Declare Function Func824 As Integer
- Declare Function Func898 As Integer
-
- Dim i4463 As Integer
- Dim s4465 As String*20
- Dim ur4485 As UserRecord
- Dim d5135 As Date
- Dim s5137 As String
- Dim s5141 As String
- Dim s5145 As String
- Dim t5149 As Time
- Dim s5153 As String
- Dim i5157 As Integer
- Dim s5159 As String
- Dim s5163 As String
- Dim s5167 As String
- Dim s5172 As String
- Dim s5176 As String*12
- Dim s5188 As String*80
-
- CurrentDate d5135
- s5141 = FormatDate(d5135, "mm/dd/yy")
- s5145 = FormatDate(d5135, "mm/dd/yy")
- CurrentTime t5149
- s5153 = FormatTime(t5149, "HH:MM")
- Cls
- Locate 1, 5
- Color 15, 0
- Print " Running TJNew v1.00......please wait"
- Func713
- Open s5159 For Output As 2
- Open s5163 For Output As 3
- Func646
- i5157 = 0
- Func589
- i4463 = 0
- 193 Do While GetNextUser(ur4485, 1213417543)
- d5135 = ur4485.Usersince '! 2 bytes
- s5137 = FormatDate(d5135, "mm/dd/yy")
- If Left(s5141, 2) = Left(s5137, 2) Then
- If Right(s5141, 2) = Right(s5137, 2) Then
- i4463 = i4463 + 1
- s4465 = Pad(ur4485.Name, 25)
- s5176 = s5137
- Print #2, " @0F@ " + UCase(s4465) + "@0E@ On @0B@" + s5176 + "@0E@ From @0B@" + UCase(ur4485.City) + ", " + UCase(ur4485.State)
- s5172 = ur4485.Name
- i5157 = 1
- End If
- End If
- 439 Loop
- 445 Color 7, 0
- If i5157 = 0 Then
- Func898
- End If
- 472 Func824
- Close 2
- Open s5159 For Input As 2
- 503 Do While Not EOF(2)
- Input #2, s5188
- Print #3, s5188
- Loop
- 542 Close 2
- Close 3
- End
-
- '! Called 1 time
- Function Func589 As Integer
- Print #2, "@CLS@@0E@@07@@0F@ @BBS@@0E@"
- Print #2, "@0E@ New Users This Month "
- Print #2, "@0B@ @0D@──────────────────────────────────────────────────────────────────────────────@07@"
- Print #2, ""
- End Function
-
- '! Called 1 time
- Function Func646 As Integer
- Print #3, "@NOPAUSE@"
- Print #3, "!|1K|*|w04042D1101|1BH80F0200LS050E000B080900000E050000H8|Y00000100"
- Print #3, "!|1U060900000000<>@BBS@<>"
- Print #3, "!|1U068O00000000<>New Callers This Month<>|c0B|W00|=00000001"
- Print #3, "!|P05000W008G0K8G0K0W0K0W|P05GY0WGY8GHI8GHI0WHI0W|S0109|F0D3B0B|FHA3S0B|#|#|#"
- End Function
-
- '! Called 1 time
- Function Func713 As Integer
- s5167 = ProgPath + "tjnew.cfg"
- If Exists(s5167) Then
- Open s5167 For Input As 1
- Input #1, s5159
- Input #1, s5163
- Close 1
- Else
- 793 Print
- Print "Can't Find " + ProgPath + "NEWUSERS.CFG"
- End If
- 816
- End Function
-
- '! Called 1 time
- Function Func824 As Integer
- Print #2, ""
- Print #2, "@07@ @0D@──────────────────────────────────────────────────────────────────────────────@07@"
- Print #2, "@02@ Total New Users: "; i4463
- Print #2, "@02@ New Users This Month (TJNew v1.00) Written by T&J Software "
- Print #2, ""
- End Function
-
- '! Called 1 time
- Function Func898 As Integer
- Print "No New Callers This Month"
- Print #2, "@0F@ No New Callers This Month!"
- End Function
-