Sep 20, 2004 #1 Xaplytz Programmer Jun 26, 2000 79 US Does someone know if VB has Macro Substitution like in VFP or some equivalent: Example: x="((3+2)/2)*5" y=&x ?y Result Y=12.50 Thank
Does someone know if VB has Macro Substitution like in VFP or some equivalent: Example: x="((3+2)/2)*5" y=&x ?y Result Y=12.50 Thank
Sep 20, 2004 #2 mmilan Programmer Jan 22, 2002 839 GB Long time since I worked with VFP, but no, it doesn't support Macro Substitution... The VBA library has a function called evaluate(if I remember correctly, and it's four years since I went near it!) that might interest you. mmilan Upvote 0 Downvote
Long time since I worked with VFP, but no, it doesn't support Macro Substitution... The VBA library has a function called evaluate(if I remember correctly, and it's four years since I went near it!) that might interest you. mmilan