<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.3">
</HEAD>
<BODY>
Hello List,<BR>
<BR>
Im trying to do some math functions, ive tried a few different ways and get either invalid string operands or no value in right expression, ive tried the following:<BR>
<BR>
$avp(i:70) is set to say .005<BR>
<BR>
$avp(i:55) = $avp(i:70) * (6 / 100);<BR>
$avp(i:55) = ($avp(i:70) * (6 / 100));<BR>
$avp(i:55) = $avp(i:70) * 6 / 100;<BR>
$avp(i:55) = $avp(i:70) * .006;<BR>
$avp(i:55) = ($avp(i:70) * .006);<BR>
<BR>
Im sure I tried a few more to, but basically i want to take a AVP then multiply it by a number and get a result, this will be a decimal like 0.00234<BR>
<BR>
Any suggestions?<BR>
<BR>
Thanks<BR>
<BR>
</BODY>
</HTML>