Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving Through a Table
Message
 
To
30/04/2001 12:17:28
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00501602
Message ID:
00501612
Views:
13
>Anyone know how to speed this up a bit?

Build your expression once.


>
lcfieldexpr=''
>FOR gnCount = 1 TO FCOUNT( ) && Loop for number of fields about 40 fields
lcfieldexpr=lcfieldexpr+FIELD(gnCount))
>NEXT

>myvar=""
>scan
> myvar=myvar+eval(lcfieldexpr)
>endscan
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform