Hi all
Anybody has any idea how to achieve macro substitution in java.
I ve following code. Which works fine in fox pro
abc = "vishal"
xyz = "abc"
wait wind xyz
*it returns window displaying "abc"
wait wind &xyz
*it returns window displaying "vishal"
same thing is also possible in VB
So please let me know how to access a value inside a variable's value.
please reply asap
thx in adv
vishal