Does anybody know if it's possible to do something along the following lines:myfunction="test"x=myfunctionBasically what I want is when the x variable gets declared it get's it'sdata from the function test()I used to do this all the time in Clipper doing the followingmyfunction="test"x=&myFunction()Thanks. Colin