Johnroy World wrote:
> hello I'm new to RoR and i have concern regarding on how to output a
> string with a value that parse on it.
> 
> Example in php:
>  $value = 1;
>  $string = 'the value is '.$value.'.';
> 
> and it gives you the output which is: "the value is 1." so how we are
> going to do it in RoR. Any help would be appreciated. I know its very
> simple to the one who knows it. Forgive me im only a newbie. Thank you!

myvalue = 1
mystring = 'the value is ' + myvalue.to_s + '.'

Cheers,
Darrik

-- 
Darrik Mazey
Developer
DMT Programming, LLC.
P.O. Box 91
Torrington, CT 06790
office: 330.983.9941
    fax: 330.983.9942
mobile: 330.808.2025
[email protected]

To obtain my public key, send an email to 
[email protected].

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to