home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY1 / EXAMP2.ZIP / PB092090 < prev    next >
Text File  |  1990-09-20  |  10KB  |  266 lines

  1. all
  2. H#: 66598 S12/SPECTRA Publishing
  3.     20-Sep-90  07:27:08
  4. Sb: #66015-#PowerBASIC #2.1 Upgrade
  5. Fm: Bill Evans 70160,436
  6. To: Bob Zale: PowerBASIC R&D 76304,1303 (X)
  7.  
  8. I would like to be the first on my block with PowerBASIC #2.10!  Please place
  9. my order with the same info I used for ordering 2.00b.  Do you want me to send
  10. you the S/N in a private message?
  11.  
  12.        Bill
  13.  
  14.  
  15.  
  16. There is 1 Reply.
  17.  
  18. Press <CR> for next or type CHOICES !
  19. H#: 66599 S12/SPECTRA Publishing
  20.     20-Sep-90  07:34:10
  21. Sb: #66598-PowerBASIC #2.1 Upgrade
  22. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  23. To: Bill Evans 70160,436
  24.  
  25. Thanks Bill  --  I no longer have the information from your previous order here
  26. (I don't usually work at Spectra's office); so would you mind sending an email
  27. message to Tim (Tech support manager)?  Just send him your address, serial
  28. number, and credit card info to:  71530,2640  --or--  you can call at
  29. 408-730-9291.  Thanks very much!
  30.   Bob Zale (PowerBASIC R&D)
  31.  
  32. Press <CR> for next or type CHOICES !
  33. H#: 66525 S12/SPECTRA Publishing
  34.     1*/Cl{{p-90  19:56:31
  35. Sb: #66378-Will this work?
  36. Fm: John Watts 73760,751
  37. To: Barry Erick for Spectra 75300,214 (X)
  38.  
  39. Barry,
  40.        I guess my brain has turned into a mixture of peanut butter and
  41. mayonase. DOS doesn't care where the program is pointing for data as long as
  42. DS:DX is satisfied.
  43.                                        Sorry 'bout that
  44.                                        John
  45.  
  46.  
  47.  
  48.  
  49. Press <CR> for next or type CHOICES !
  50. H#: 66504 S12/SPECTRA Publishing
  51.     19-Sep-90  16:47:16
  52. Sb: #66464-#restore
  53. Fm: George Green 70565,276
  54. To: Bob Zale: PowerBASIC R&D 76304,1303 (X)
  55.  
  56. Bob...
  57.  Glad to hear you fixed "unit restore" in the new version. One question. Does
  58. RESTORE in a unit point to labels globally or just in the unit, or does
  59. something need to be declared?
  60.  -George
  61.  
  62. There is 1 Reply.
  63.  
  64. Press <CR> for next or type CHOICES !
  65. H#: 66508 S12/SPECTRA Publishing
  66.     19-Sep-90  17:29:53
  67. Sb: #66504-restore
  68. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  69. To: George Green 70565,276 (X)
  70.  
  71. DATA statements are always global.  If no RESTORE is executed, any READ in the
  72. program starts reading at the very first data item anywhere it may be found. 
  73. RESTORE forces reads from the specified label/line number, since they cannot be
  74. global (public), RESTORE (with an argument) forces the next READ to be from
  75. data within that unit.
  76.   Bob
  77.  
  78. Press <CR> for next or type CHOICES !
  79. H#: 66482 S12/SPECTRA Publishing
  80.     19-Sep-90  15:03:29
  81. Sb: #RATS
  82. Fm: AL MUSELLA 76114,637
  83. To: John Watts 73760,751 (X)
  84.  
  85. John,
  86.   You did a good job of demonstrating the mouse functions.  Since you asked: If
  87. you have some free time - try do the following with Rats:
  88.   1.  Instead of scroll up/down with arrow keys or mouse button -
  89.       use a scroll bar a la Windows.
  90.   2.  Instead of hit any key to continue -> hit a button or key.
  91.   3.  Experiment with INT 33h, Function 09h - set graphics cursor
  92.       shape.  Perhaps even convert RATS into a graphics cursor
  93.       shape development tool.  (I haven't yet seen a utility
  94.       to create different cursor shapes.)
  95.                                                  Al
  96.   BTW - let me know what you think of MAKE.ZIP and/or ZIP.ZIP.  
  97.  
  98. There is 1 Reply.
  99.  
  100. Press <CR> for next or type CHOICES !
  101. H#: 66526 S12/SPECTRA Publishing
  102.     19-Sep-90  19:56:41
  103. Sb: #66482-RATS
  104. Fm: John Watts 73760,751
  105. To: AL MUSELLA 76114,637
  106.  
  107. Thanks Al,
  108.      I wrote RATS.BAS with the intention of submitting it to a computer
  109. magazine showing the power of TB.  Then PB was announced and I no longer wanted
  110. to promote a second class program.  Now the publisher says he has a back log of
  111. program/articles to publish and isn't taking any more.
  112.      The reason there is no scroll bar, was to show that it isn't need with a
  113. three button mouse.( I HOPE MS IS READING THIS ) Major program/programers were
  114. writing for the MS mouse and disregarding the three button models. I could say
  115. more about this, but not here. If I put the scroll bar on the right hand side
  116. of the screen, how do I still allow 80 characters for building the screen? Or
  117. should I cut it to 79?
  118.      Press any key-- I was going to change that. Sorry.
  119.      Function 09h, I've played around with it. I usually use the default arrow.
  120. But your suggestion of a utility is a FANTASTIC idea. How about this. A blank
  121. window, where you can use the mouse to draw a magnified pointer, and at the
  122. same time display the actual size pointer in a small window in the top left
  123. corner of the screen. When it looks like you want it to, save it to a file that
  124. you can $INCLUDE.
  125.                                         Would that do it
  126.                                         John
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. Press <CR> for next or type CHOICES !
  135. H#: 66483 S12/SPECTRA Publishing
  136.     19-Sep-90  15:04:01
  137. Sb: APLIB.ZIP
  138. Fm: AL MUSELLA 76114,637
  139. To: Howard Ballinger 71121,776
  140.  
  141. Howard,
  142.    I uploaded your aplib right before you updated it.  What changes did you
  143. make? 
  144.    You did an excellent job of putting together the most frequently used
  145. routines.  I have been using a similiar telephone number entry routine,  but
  146. with mine: the default area code is also displayed, but if you enter more than
  147. 7 digits, everything is shifted left 3 digits - so that it automatically
  148. replaces the area code.  On yours, you have to manually erase the area code
  149. first.
  150.    Also, in the rotate-a-date routine, why must you hit the space bar before
  151. entering a date.  Just use any digits as a signal that you want to enter the
  152. whole date.
  153.   One last comment: Your Zip file was a good example of the need for my MAKE
  154. utility.  By entering:  MAKE HBDEMO, all of the .pbu files
  155. are created automatically, instead of manually compiling each individual one.
  156.                       Keep up the good work,
  157.                        Al
  158. BTW, I "borrowed" your Julian date routines for my Make Utility! 
  159.  
  160. Press <CR> for next or type CHOICES !
  161. H#: 66521 S12/SPECTRA Publishing
  162.     19-Sep-90  19:26:18
  163. Sb: #wildcards for pbc
  164. Fm: Mike Burns 71551,1353
  165. To: Bob Zale 76304,1303 (X)
  166.  
  167. Bob,
  168.   Another suggestion: allow wildcards for PBC.exe
  169.  
  170.   PBC *.bas /...
  171.  
  172.       Thanks ...      Mike
  173.  
  174.  
  175. There is 1 Reply.
  176.  
  177. Press <CR> for next or type CHOICES !
  178. H#: 66576 S12/SPECTRA Publishing
  179.     20-Sep-90  05:15:59
  180. Sb: #66521-#wildcards for pbc
  181. Fm: Barry Erick for Spectra 75300,214
  182. To: Mike Burns 71551,1353 (X)
  183.  
  184. Althought, right now, MAKE.ZIP in the library will compile everything needed
  185. and I also use a batch that will take a wildcard and as long as a file is
  186. found, keeps going. I do have something in there that does another check that
  187. can't be shared, and without that one item, the batch does not preform
  188. satistactory. However the MAKE.ZIP is great. I hope Bob makes Make, a compile
  189. option internally. And a Build.
  190.  --- Barry
  191.  
  192.  
  193.  
  194.  
  195. There is 1 Reply.
  196.  
  197. Press <CR> for next or type CHOICES !
  198. H#: 66582 S12/SPECTRA Publishing
  199.     20-Sep-90  05:57:11
  200. Sb: #66576-wildcards for pbc
  201. Fm: Mike Burns 71551,1353
  202. To: Barry Erick for Spectra 75300,214
  203.  
  204. Barry,
  205.   Will MAKE compile multiple .bas files to .exes with one line?
  206.  I haven't looked at MAKE but if it will compile multiple
  207.  pgms, I will have to. I am having to compile a 30+ module
  208.  system and just thought it would be nice to have wildcard
  209.  in pbc.
  210.   On a different subject, I don't think the docs have an
  211.  example .cfg file or very good instructions on how to build
  212.  one. Or maybe I just can't find it it the manual. Could you
  213.  post an example file?
  214.     Thanks --      Mike
  215.  
  216.  
  217. Press <CR> for next or type CHOICES !
  218. H#: 66522 S12/SPECTRA Publishing
  219.     19-Sep-90  19:33:52
  220. Sb: #Hang up
  221. Fm: John Gessner 71131,3256
  222. To: [F] Bob Zale 76304,1303 (X)
  223.  
  224. I have a situation that is hanging my computer in edit-run mode.  I have a for
  225. next loop with an "If a < -6 Then Exit For".  As it turns out a is figured by a
  226. call to a formula that includes b.  b at some point exceeds bounds by a long
  227. shot.  At this point my computer hangs unless I am stepping through ... then I
  228. get values of ???? for both a and b and I can keep stepping through.  At no
  229. time do I get a bounds error.  By the way I'm rinning a 10MHz nec 88 with an
  230. 8087-1 (I think, or whatever 8087 is compatible) on a supped up old IBM
  231. compatible.  While I can see things are getting out of hand I would expect (or
  232. like) the compiler to catch the error before it causes any trouble.  Is this
  233. the norm or am I doing something else wrong?  Thanks
  234.  
  235. There is 1 Reply.
  236.  
  237. Press <CR> for next or type CHOICES !
  238. H#: 66601 S12/SPECTRA Publishing
  239.     20-Sep-90  07:43:02
  240. Sb: #66522-Hang up
  241. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  242. To: John Gessner 71131,3256
  243.  
  244. It's a little difficult to visualize what's happening here, John.  Based upon
  245. your description, if B is used as an array subscript (and BOUNDS checking is
  246. enabled), the error should be caught.  Unless an ON ERROR and a RESUME is being
  247. executed.  It's just a little hard to say without seeing the actual code.  Can
  248. you send me some actual example code that fails?
  249.   Bob Zale (PowerBASIC R&D)
  250.  
  251. Press <CR> for next or type CHOICES !
  252. HPC Vendor B ForumHSections Menu
  253.  
  254. Section names (#subjs/# msgs)
  255.  1 Quarterdeck  (19/24)
  256.  2 Primavera Systems  (1/2)
  257.  3 Korenthal Assocs.  (1/2)
  258.  4 Personics Corp.  (11/18)
  259.  5 Quicksoft  (1/3)
  260.  6 TurboPower Software  (19/38)
  261.  7 ChipSoft, Inc.  (1/3)
  262.  8 DacEasy  (4/7)
  263. 10 J.P. Software  (12/18)
  264. 11 PDC Prolog  (1/1)
  265. 12 SPECTRA Publishing  (7/13)
  266. HEnter choice(s) or ALL !