I have a function

sub SayHello(word as string)
    Dim x as string="word"

    trace.write(word) ''works fine of course

    trace.write(eval(x)) 'is this possible?? or how can i make this possible
end sub

Reply via email to