home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / oplexamp / FINDFIE3.TXT < prev    next >
Text File  |  1994-06-03  |  1KB  |  34 lines

  1. ==========
  2. psion/opl #1235, from psioncorp, 965 chars, Jun  2 18:00 94
  3. Comment to 1233. 
  4. ----------
  5. > Dave,
  6.  
  7. > not sure how worried to be. Perhaps you could document a couple of lines 
  8. > of OPL to call before each call to FINDFIELD to notify of the address 
  9. > contents problem.
  10.  
  11. This is the line of OPL that you would call before doing a FINDFIELD;
  12.  
  13. pokeb(peekw($1c)+7),0
  14.  
  15.  
  16. > little confused regarding your suggestion.  You say that FINDFIELD is OK 
  17. > UNLESS the byte at address peekw($1c)+7 is zero, but if I understand your 
  18. > workaround correctly, you set that byte to zero before calling FINDFIELD.
  19.  
  20. Reading back I can see the confusion, what it should say, in my message, is 
  21. that FINDFIELD will perform a normal FIND ... it should not intimate that 
  22. FINDFIELD works, sorry.
  23.  
  24. > You also mentioned it's a temporary fix. How's it proposed to become 
  25. > permanent?I look forward to your comments
  26.  
  27. The bug will almost certainly be fixed in the next release of OPL (whenever 
  28. that will be) or the documentation changed to reflect its limitations
  29.  
  30.  
  31. Dave (psioncorp)
  32.  
  33.  
  34.