<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The print function for function arguments doesn't 
print the '%' in front of the argument name.  So instead of 
say,</FONT></DIV>
<DIV><FONT face=Arial size=2>int %i, it prints it out as int i.  I know 
Value::getName() drops the % because it's not part of the name, but it seems 
like for printing an argument it should add the % back in.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>~Patrick</FONT></DIV></BODY></HTML>