[thelist] ASP Addition question

Tim Gaunt info at thesitedoctor.co.uk
Sun Jan 14 09:13:49 CST 2007


Try:

<%= CInt(Plans2.Fields.Item("Setupfee").Value)+
CInt(Plans3.Fields.Item("Setupfee").Va
lue)%>

(Only if it's an int, otherwise cast accordingly)

Tim




More information about the thelist mailing list