home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!news.larc.nasa.gov!hops.larc.nasa.gov!beaver
- From: beaver@hops.larc.nasa.gov (Guy Beaver)
- Newsgroups: comp.unix.questions
- Subject: dbx question
- Date: 23 Dec 1992 22:56:18 GMT
- Organization: NASA Langley Research Center
- Lines: 20
- Distribution: world
- Message-ID: <1haqqiINNgpa@rave.larc.nasa.gov>
- NNTP-Posting-Host: hops.larc.nasa.gov
-
- I hope this is the appropriate place for this question...
-
- When using dbx, I would like to print a range of array
- members, for example, if the array is called X(I),
- I would like to see X(346) through X(356). I have
- tried the following:
-
- (dbx) p X(346:356)
- (dbx) p X(346-356)
- (dbx) p X(346,356)..., etc.
-
- Any help here is greatly appreciated.
-
-
- --
- Guy M. Beaver | beaver@hops.larc.nasa.gov
- G & A Technical Software, Inc. (GATS) | phone: (804) 864-5763
- 28 Research Drive |
- Hampton, VA 23666 |
-
-