<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>How can I use AVP variable as a variable in a function (eg: append_branch(??)) ?<br><br><br>append_branch( $avp(i:10) );&nbsp;&nbsp; // getting error message<br><br>append_branch( "$avp(i:10)" );&nbsp; // takes "$avp(i:10)" as the function parameter and not its value<br><br>Thanks,<br>Alex<br><br /><hr />Color coding for safety: Windows Live Hotmail alerts you to suspicious email. <a href='http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_safety_112008' target='_new'>Sign up today.</a></body>
</html>