Dec 092017
FoxPro 2.0 utility to view the contents of an array. Better than DISP MEMO. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
README.TXT | 791 | 461 | deflated |
VIEWARR.PRG | 2076 | 867 | deflated |
Download File VIEWAR.ZIP Here
Contents of the README.TXT file
* * * Viewarr.prg: * * *
Usage: DO VIEWARR WITH
Example: =ADIR(MYARRAY,"*.*")
DO VIEWARR WITH MYARRAY
This Is a simple utility to view a multidimensional array as a database.
It Assumes that all elements of one column are of the same type.
It's not intended to be a great program, just one that works. I developed
it when I got frustrated examining arrays via DISP MEMO. I'm still
learning this language so I'd appreciate any suggestions.
Written By: Mike Dwyer
Custom Microware
970 Los Vallecitos Blvd #222
San Marcos, CA 92069
(619) 744-3707
Hope this helps someone working at 1am
December 9, 2017
Add comments