James Englert wrote: > I'm not sure I understand, but I would guess the answer is: > > <td><%=h number.m1 * 25 %></td> > > On Mon, Jul 27, 2009 at 4:26 PM, Mark Preston < > [email protected]> wrote: > >> >> > >> > > > -- > ===================== > Jim > http://www.thepeoplesfeed.com/contribute
Thanks for the reply, what I am trying to do is take the value from <td><%=h number.m1 %></td> and do this: <td> ref to td above X 25</td> I don't know how to reference the results from the first td in order to do the math I want to in a different td. I hope I made a little more sense. Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

