Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there free library with array manipulation functions?
Message
From
04/07/2008 18:08:03
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
04/07/2008 16:43:05
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01329037
Message ID:
01329047
Views:
17
>Before I reinventing the wheel, is there a free library out there, one with array manipulation functions?

Function libraries... that's so, ahem, C or Clipper, haven't heard those words for quite a number of years. Class libraries, now that's more VFP, but then... not for arrays.

You probably won't find such an animal in the VFP world for several reasons. One is the limitations of VFP's arrays - until VFP9, the maximal number of elements was 65000 (not 65535!), and they will have no more than 2 dimensions pretty much forever. It's also a bit tricky to pass arrays as parameters, specially array properties of objects. Which means that having an array handling class would be even more tricky, and the interface would be anything but elegant.

The other reason is that in most other programming languages, arrays are your handy data storage - VFP has better means of handling that, with its cursors that you can create in several ways and (ab)use in many more ways.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform