Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro substitution in VB?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00182942
Message ID:
00183577
Views:
15
In VB6, see the CallByName function. It not exactly macro substitution but it allows you to call a method, get/set a property on an object

from vb help

CallByName Text1, "MousePointer", vbLet, vbCrosshair
Result = CallByName (Text1, "MousePointer", vbGet)
CallByName Text1, "Move", vbMethod, 100, 100



>Does anyone know how to do macro substitution or named expressions in VB without using the property let and property get procedures?
Geno Prida
Watson Wyatt Worldwide
geno_prida@watsonwyatt.com
Previous
Reply
Map
View

Click here to load this message in the networking platform