188 : <div align="center" class="style6">£
189 : <cfset poundtemp = #Recordset2.Euro#>
190 : <cfset poundreal = (poundtemp/#rate.rate#)>
191 : #LSNumberFormat(poundreal, ',99999999999999')# - € # LSNumberFormat(Recordset2.Euro, ',99999999999999') #</div>
192 : </cfoutput></div></td>
|