Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to release Mem variabes from memory?
Message
From
16/01/2007 09:10:02
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
16/01/2007 07:49:04
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01185807
Message ID:
01185870
Views:
12
>>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform