Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to release Mem variabes from memory?
Message
De
16/01/2007 09:13:07
Suhas Hegde
Dental Surgeon
Sirsi, Inde
 
 
À
16/01/2007 09:10:02
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01185807
Message ID:
01185871
Vues:
17
>>>>hi,
>>>>
>>>>Sorry hit the enter button too early.
>>>>
>>>>I have a long running code.
>>>>
>>>>It has to process about 1056 items and does a select SQL into array number of records in array (600)
>>>>
>>>>Then the array is copied into 2 arrays and used with other variables.
>>>>The Array is fed to a fll and the return values are updated to the table.
>>>
>>>Are you certain that is the only way to do your task? I avoid using arrays as a general rule. The resulting code is often too ugly to read/debug/maintain. You can update a cursor very quickly. Using a single replace on multiple fields instead of individual replaces on individual fields can do wonders. What are you trying to do and what code did you use?
>>
>> need to feed the array to the fll i wrote. Otherwise I too hate arrays. Need to like with it for now.
>>
>>suhashegde
>
>What does the fll do? FoxPro can do things fast enough without FLLs. IMO very few FoxPro programmers create FLLs on a regular basis.


the fll generates Values based on the array values. I did it in VFp first and it took 3 sec while Fll takes .01 secs for the same.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform