Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding data to an array froms several arrays
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Adding data to an array froms several arrays
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01219995
Message ID:
01219995
Views:
65
How do you add data from one element of several arrays into a new arrays?

For example:

You have:
SET DEFAULT TO C:\GRAPHICS
DIMENSION aTIF[1], aFJP[1], aPNG[1], aJPG[1], aIMAGES[1]

ADIR(aTIF, "*.TIF")
ADIR(aFJP, "*.FJP")
ADIR(aPNG, "*.PNG")
ADIR(aJPG, "*.JPG")

ACOPY(aTIF, aImages) ???

* At this point, how do you add the resulting FILENAMES only from each array,
* if there is data, into the last array, aImages?
Next
Reply
Map
View

Click here to load this message in the networking platform