Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT ... WHERE process in ?lcProcess
Message
From
15/08/1996 16:58:35
 
 
To
15/08/1996 15:56:37
Mark Stanton
The New Software Company Ltd.
Watford, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00005765
Message ID:
00005803
Views:
49
>I expect someone will find I've made an error in this, it's been a long day.
well I don't know about errors - but i thought i would add a note on using macro substitution -
macro sinstitution is slow and u should avoid it if u can
there are 2 other options using EVAL() and () - but there are cases where
they don't work and u have to resort to macro-substitution

here is an example where u don't have to use macro -substitution

use &myvar
is slower than
use (myvar)

>Hope that helps
>(ahah! That's probably "HTH")
indeed that's HTH :)


Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform