home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.databases
- Path: sparky!uunet!wupost!tulane!ukma!kaveh
- From: kaveh@ms.uky.edu (Kaveh Baharestan)
- Subject: 4D - 2D array of pointers...
- Keywords: 4D database
- Message-ID: <1992Jul25.115215.1228@ms.uky.edu>
- Summary: 4D pointers
- Date: Sat, 25 Jul 1992 15:52:15 GMT
- Organization: University Of Kentucky, Dept. of Math Sciences
- Lines: 27
-
- can't seem to get the 2D arrays of pointers to work
- properly! Here's my code:
-
- (or something close..)
-
- array pointer(lblPtr;2;4)
- lblPtr{1}{1}:=>>someVariable
- ...
- .. assign the rest of the pointers to variables
- ...
-
-
- lblPtr{1}{1}>>:="Damn this gives me an error but still assigns the string!"
- lblPtr{1}{2}>>:=vThisDoesTo
- alert(lblPtr{1}{1}>>+" this shows the assigned values!")
-
-
- Q: Why do the above to lines give me error messages, but still assign the
- values properly? And why does it work when i uses single arrays
- of pointers?
-
- thanxs for any advice.
- --
- /- Kaveh Baharestan -==================|>=====o\
- |"Though your lips are tempting, They're the wrong lips, They're not her lips |
- | but they're such tempting lips That if some night you're free, Dear... |
- \______________________________________ -Cole Porter__________________________/
-