Mensaje
De
05/07/2008 22:36:54
Mike Yearwood
Toronto, Ontario, Canada
 
 
a
04/07/2008 17:38:03
General information
Foro:
Visual FoxPro
Category:
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
ID de la conversación:
01329037
ID del mensaje:
01329182
Views:
21
>Hi,
>
>>>Hi All,
>>>
>>>Before I reinventing the wheel, is there a free library out there, one with array manipulation functions?
>>
>>What functions do you need? Visual FoxPro has built-in arrays, and it has functions to work with them.
>
>Quite a number of them:
>1) One which add/delete/insert element and resize (actually 3 functions)
>2) One which concatenate 2 arrays (same dim)
>3) One which find the max len/size of elements (in a col)
>4) One which rotate elements in array
>5) One which reverse the elements in an array
>6) One which pad every elements to the max len
>....
>n) you name it
>
>there are many not found in VFP... I know those are not that difficult to create on my own, just probably someone already have them and can save me some time.

Arrays are not going to give you increased performance. VFP is not C. Use cursors and you can do most of those with built in table manipulation commands.
Previous
Next
Responder
Mapa
Ver