J
|
Jane 3/16/2009 |
Jason, str = "<table width=100% bgcolor=" if strValue= 1 then str = str & "red" elseif strValue= 2 then str = str & "blue" elseif strValue= 3 then str = str & "yellow" end if str = str & "><tr><td>" & strValue & "</td></tr></table>" strValue = str |
C
|
cookie_monster author 3/16/2009 |
Thank you very much. |