Thread: Sanity Points
View Single Post
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old March 21st, 2011, 02:03 PM
if (field[usrChosen1].ischosen <> 0) then
var sp as number
sp = field[usrChosen1].chosen.field[aFinalVal].value * 5
sp = round(sp, 0, -1)
endif

Well the script doesn't give an error, but it doesn't seem to multiply the value, (the tracker has a 0 value)
Frodie is offline   #24 Reply With Quote