I want it to work so bad....
#20
(11-26-2022, 05:37 PM)Pete Wrote: Looks like Dav's the smartest guy on the boards. My grade didn't even show up. Someone must have left it in the basement, again.

Pete

Oh hey Mark remembers:
1. you can resize Console Window
2, you can highlight and Ctrl+C to copy text to _Clipboard

Now use code box for that paste and display and maybe Pete won't feel so low
Code: (Select All)
          a740g    70    53    57    28    30                                 238    48
          aurel    77     1    76    81    70                                 305    61
         BDS107     4    41    86    79    37                                 247    49
      bert22306    96    87     5    94    36                                 318    64
          bplus    52    76     5    59    46                                 238    48
       BSpinoza    29    62    64    26    27                                 208    42
      CharlieJV    82    82    58    98    91                                 411    82
        ChiaPet    22    69    98    24    53                                 266    53
        Coolman    10    99    67     1    57                                 234    47
        DANILIN    10    10    79    28     4                                 131    26
            Dav    29    38    30    94    97                                 288    58
           dbox    40    27    16    16    64                                 163    33
       dcromley    41    41    71    32    63                                 248    50
        Dimster    20    18    58     8    45                                 149    30
        Doppler    90    26    78    37    28                                 259    52
    DSMan195276    91    63    62    42     9                                 267    53
       eoredson    56    69    91    83     2                                 301    60
       euklides    54    91    43    67    50                                 305    61
           Fifi    51    46    35    40    26                                 198    40
        hanness     5    24    97     6    39                                 171    34
           Jack    36    48    15    47    25                                 171    34
James D Jarvis    62    54    15    93    65                                 289    58
      james2464    50    39    10    78    45                                 222    44
       johnno56    75    59    83     1    21                                 239    48
          JRace     7    10    33    12     0                                  62    12
    justsomeguy    53    65    54    82     8                                 262    52
    Kernelpanic    19    67    45    35    14                                 180    36
        Keybone    70    92    53     8    75                                 298    60
       madscijr    40    46    49    20    32                                 187    37
       MasterGy     9    58    16    92     9                                 184    37
       mdijkens    44    27    87    75    27                                 260    52
      mnrvovrfc    67    25     8     3    32                                 135    27
        NasaCow    79    29    23    48    25                                 204    41
       OldMoses    34     4    48    20    86                                 192    38
           Pete    58    75    92    33    54                                 312    62
           Petr     8    63    41    96    11                                 219    44
    PhilOfPerth    92    62    34    14    47                                 249    50
       RhoSigma    21    99    13     2    34                                 169    34
        Richard    54    92    53    40    84                                 323    65
           RNBW    82    67    72    99    33                                 353    71
      SierraKen    49    41    69    17    42                                 218    44
       SMcNeill    54    81    54    42    50                                 281    56
       Spriggsy    22    61    48    68    88                                 287    57
         Stuart    37    30    29    15    52                                 163    33
   TempodiBasic    22    58    36    87    47                                 250    50
   TerotRedhand    19    68    74    61    78                                 300    60
   TerryRitchie    16    80    20    95     6                                 217    43
            Tim     6    79    37    46    11                                 179    36
          vince    11    17     4    71    53                                 156    31


LOL @JRace now I know how you get the extra points to roll over 100, so yours should be 112.

BTW I forgot to mention I WAS using INPUT # to read file lines from dat file and for life of me could not figure why the right aligned names were all trimmed? Screwing up needed predictable layout of test scores,yikes!
Turns out INPUT #file Trims the file line!!  I had to use Line Input # instead to preserve leading spaces for right aligned names. Just noticed Jarvis is off by one.

Update: OK Line Input # fixed that one too! Edited the Sketch Output from Console.
Update: what!?? OK that's just some freaky problem with this forum editor!
b = b + ...
Reply


Messages In This Thread
I want it to work so bad.... - by NasaCow - 11-23-2022, 12:01 PM
RE: I want it to work so bad.... - by BSpinoza - 11-23-2022, 02:25 PM
RE: I want it to work so bad.... - by bplus - 11-23-2022, 02:59 PM
RE: I want it to work so bad.... - by bplus - 11-23-2022, 03:41 PM
RE: I want it to work so bad.... - by bplus - 11-23-2022, 05:04 PM
RE: I want it to work so bad.... - by NasaCow - 11-24-2022, 12:57 AM
RE: I want it to work so bad.... - by NasaCow - 11-25-2022, 06:16 AM
RE: I want it to work so bad.... - by bplus - 11-25-2022, 02:32 PM
RE: I want it to work so bad.... - by bplus - 11-26-2022, 03:14 AM
RE: I want it to work so bad.... - by mnrvovrfc - 11-26-2022, 07:42 PM
RE: I want it to work so bad.... - by bplus - 11-26-2022, 04:50 PM
RE: I want it to work so bad.... - by Pete - 11-26-2022, 05:37 PM
RE: I want it to work so bad.... - by JRace - 11-26-2022, 06:42 PM
RE: I want it to work so bad.... - by Pete - 11-26-2022, 06:54 PM
RE: I want it to work so bad.... - by bplus - 11-26-2022, 06:55 PM
RE: I want it to work so bad.... - by Pete - 11-26-2022, 07:11 PM
RE: I want it to work so bad.... - by bplus - 11-26-2022, 07:29 PM
RE: I want it to work so bad.... - by SMcNeill - 11-26-2022, 07:44 PM
RE: I want it to work so bad.... - by mnrvovrfc - 11-26-2022, 07:45 PM
RE: I want it to work so bad.... - by SMcNeill - 11-26-2022, 07:47 PM
RE: I want it to work so bad.... - by NasaCow - 11-27-2022, 11:46 AM
RE: I want it to work so bad.... - by Pete - 11-26-2022, 11:26 PM
RE: I want it to work so bad.... - by bplus - 11-27-2022, 05:47 AM
RE: I want it to work so bad.... - by mnrvovrfc - 11-27-2022, 06:12 AM
RE: I want it to work so bad.... - by Pete - 11-27-2022, 06:16 AM
RE: I want it to work so bad.... - by mnrvovrfc - 11-27-2022, 06:27 AM
RE: I want it to work so bad.... - by bplus - 11-27-2022, 06:47 AM
RE: I want it to work so bad.... - by bplus - 11-27-2022, 03:14 PM
RE: I want it to work so bad.... - by bplus - 11-27-2022, 08:22 PM
RE: I want it to work so bad.... - by mnrvovrfc - 11-28-2022, 03:19 AM
RE: I want it to work so bad.... - by bplus - 11-28-2022, 02:25 PM
RE: I want it to work so bad.... - by bplus - 11-30-2022, 08:46 PM
RE: I want it to work so bad.... - by justsomeguy - 11-30-2022, 09:31 PM
RE: I want it to work so bad.... - by bplus - 11-30-2022, 10:30 PM



Users browsing this thread: 12 Guest(s)