home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / database / 913 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!wupost!tulane!ukma!kaveh
  3. From: kaveh@ms.uky.edu (Kaveh Baharestan)
  4. Subject: 4D - 2D array of pointers...
  5. Keywords: 4D database
  6. Message-ID: <1992Jul25.115215.1228@ms.uky.edu>
  7. Summary: 4D pointers
  8. Date: Sat, 25 Jul 1992 15:52:15 GMT
  9. Organization: University Of Kentucky, Dept. of Math Sciences
  10. Lines: 27
  11.  
  12.  can't seem to get the 2D arrays of pointers to work 
  13. properly!  Here's my code:
  14.  
  15. (or something close..)
  16.  
  17. array pointer(lblPtr;2;4)
  18. lblPtr{1}{1}:=>>someVariable
  19. ...
  20. .. assign the rest of the pointers to variables
  21. ...
  22.  
  23.  
  24. lblPtr{1}{1}>>:="Damn this gives me an error but still assigns the string!"
  25. lblPtr{1}{2}>>:=vThisDoesTo
  26. alert(lblPtr{1}{1}>>+" this shows the assigned values!")
  27.  
  28.  
  29. Q: Why do the above to lines give me error messages, but still assign the
  30.     values properly?  And why does it work when i uses single arrays
  31.     of pointers?
  32.  
  33. thanxs for any advice.
  34. -- 
  35. /-  Kaveh Baharestan                               -==================|>=====o\
  36. |"Though your lips are tempting, They're the wrong lips, They're not her lips |
  37. | but they're such tempting lips That if some night you're free, Dear...      |
  38. \______________________________________ -Cole Porter__________________________/
  39.